diff options
author | j-tkay <joseph.tk.ea@gmail.com> | 2013-07-04 05:17:17 +0800 |
---|---|---|
committer | j-tkay <joseph.tk.ea@gmail.com> | 2013-07-04 05:17:17 +0800 |
commit | ca0205134beb9ba26e989c9fc3820c086d4d22a7 (patch) | |
tree | 6790ece04272e548a46ee2255364b026def3fd6e /src/map/packets_struct.h | |
parent | 28a9fec0916db3d92629ae6e6cd62b5777b09e73 (diff) | |
parent | d88be27960c4508c2f61a729fb5e4c89965b7e0b (diff) | |
download | hercules-ca0205134beb9ba26e989c9fc3820c086d4d22a7.tar.gz hercules-ca0205134beb9ba26e989c9fc3820c086d4d22a7.tar.bz2 hercules-ca0205134beb9ba26e989c9fc3820c086d4d22a7.tar.xz hercules-ca0205134beb9ba26e989c9fc3820c086d4d22a7.zip |
Merge branch 'master' of https://github.com/HerculesWS/Hercules
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)); |