add DC NTE format for 6x06 command

This commit is contained in:
Martin Michelsen
2024-03-03 22:33:55 -08:00
parent 52688982ea
commit 454bcf107b
4 changed files with 27 additions and 2 deletions
+6
View File
@@ -3848,6 +3848,12 @@ struct G_SwitchStateChanged_6x05 {
// 6x06: Send guild card
struct G_SendGuildCard_DCNTE_6x06 {
G_UnusedHeader header;
GuildCardDCNTE guild_card;
uint8_t unused;
} __packed__;
struct G_SendGuildCard_DC_6x06 {
G_UnusedHeader header;
GuildCardDC guild_card;