diff options
author | shennetsind <ind@henn.et> | 2013-06-28 18:45:38 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-06-28 18:45:38 -0300 |
commit | 918b1123963ac2f91a4d074b092ceef1db71b4e8 (patch) | |
tree | 15eda3833d2fab779b02ef22573c21812b1c3aec /src/map/packets_struct.h | |
parent | 203e44e51c8cb133bf3fb20b372d16ea92be7667 (diff) | |
download | hercules-918b1123963ac2f91a4d074b092ceef1db71b4e8.tar.gz hercules-918b1123963ac2f91a4d074b092ceef1db71b4e8.tar.bz2 hercules-918b1123963ac2f91a4d074b092ceef1db71b4e8.tar.xz hercules-918b1123963ac2f91a4d074b092ceef1db71b4e8.zip |
BG Queue Testing
http://hercules.ws/board/topic/1302-bg-queue-debug/
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/packets_struct.h')
-rw-r--r-- | src/map/packets_struct.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/map/packets_struct.h b/src/map/packets_struct.h index d77784dc5..8e7506686 100644 --- a/src/map/packets_struct.h +++ b/src/map/packets_struct.h @@ -404,13 +404,13 @@ struct packet_maptypeproperty2 { struct packet_bgqueue_ack { short PacketType; - short type; + unsigned char type; char bg_name[NAME_LENGTH]; } __attribute__((packed)); struct packet_bgqueue_notice_delete { short PacketType; - short type; + unsigned char type; char bg_name[NAME_LENGTH]; } __attribute__((packed)); @@ -438,7 +438,7 @@ struct packet_bgqueue_revoke_req { struct packet_bgqueue_battlebegin_ack { short PacketType; - short result; + unsigned char result; char bg_name[NAME_LENGTH]; char game_name[NAME_LENGTH]; } __attribute__((packed)); |