diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-07-07 09:50:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-07-15 20:36:22 +0300 |
commit | a56dcea692ed9547f5698c6ad9939188930aa919 (patch) | |
tree | 65bc62a77a934a644e769d82e69f70c94c6d8cdc | |
parent | 8e7e67f83941048ca58572c89bf926cce5f5f5b4 (diff) | |
download | hercules-a56dcea692ed9547f5698c6ad9939188930aa919.tar.gz hercules-a56dcea692ed9547f5698c6ad9939188930aa919.tar.bz2 hercules-a56dcea692ed9547f5698c6ad9939188930aa919.tar.xz hercules-a56dcea692ed9547f5698c6ad9939188930aa919.zip |
Update packet ZC_ACK_GENERATE_ROULETTE.
-rw-r--r-- | src/map/packets_struct.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/packets_struct.h b/src/map/packets_struct.h index f12f1fd00..b7d8946ea 100644 --- a/src/map/packets_struct.h +++ b/src/map/packets_struct.h @@ -1082,7 +1082,11 @@ struct packet_roulette_generate_ack { uint8 Result; uint16 Step; uint16 Idx; +#if PACKETVER_RE_NUM >= 20180704 + uint32 AdditionItemID; +#else uint16 AdditionItemID; +#endif int32 RemainGold; int32 RemainSilver; int32 RemainBronze; |