diff options
Diffstat (limited to 'src/map/packets_struct.h')
-rw-r--r-- | src/map/packets_struct.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/map/packets_struct.h b/src/map/packets_struct.h index 1ab296d40..c873d3ad3 100644 --- a/src/map/packets_struct.h +++ b/src/map/packets_struct.h @@ -51,6 +51,7 @@ enum packet_headers { status_changeType = sc_notickType,/* 0x196 */ #endif status_change2Type = 0x43f, + status_change_endType = 0x196, #if PACKETVER < 4 spawn_unitType = 0x79, #elif PACKETVER < 7 @@ -353,6 +354,13 @@ struct packet_status_change { #endif } __attribute__((packed)); +struct packet_status_change_end { + short PacketType; + short index; + unsigned int AID; + unsigned char state; +} __attribute__((packed)); + struct packet_status_change2 { short PacketType; short index; |