diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-04-18 03:26:31 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-04-18 03:26:31 +0300 |
commit | 6b386f07e19511f6953cc8744e95686671745468 (patch) | |
tree | e20d9d768bfcab92062d1b3e67b3c235030c6d28 /src | |
parent | 8344458b278b9b153a0b0d036a9b6748b82d0660 (diff) | |
download | hercules-6b386f07e19511f6953cc8744e95686671745468.tar.gz hercules-6b386f07e19511f6953cc8744e95686671745468.tar.bz2 hercules-6b386f07e19511f6953cc8744e95686671745468.tar.xz hercules-6b386f07e19511f6953cc8744e95686671745468.zip |
Add non shuffle packet for 2013-09-25aRagexe.
Change packet added in previous commits.
Diffstat (limited to 'src')
-rw-r--r-- | src/map/packets.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/map/packets.h b/src/map/packets.h index 57602595f..05b3d88ad 100644 --- a/src/map/packets.h +++ b/src/map/packets.h @@ -2787,6 +2787,13 @@ packet(0x96e,-1,clif->ackmergeitems); // changed packet sizes #endif +// 2013-09-25aRagexe +#if PACKETVER >= 20130925 +// new packets +// changed packet sizes + packet(0x09da,10); // ZC_ACK_GUILDSTORAGE_LOG +#endif + // 2013-10-30aRagexe #if PACKETVER >= 20131030 // new packets |