diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-04-18 03:28:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-04-18 03:28:15 +0300 |
commit | c0130e3dcd50d92232cccf7b0727d96d5118a689 (patch) | |
tree | 7b23d6fa2911b2f916d0534473472bf94f34461d | |
parent | 6b386f07e19511f6953cc8744e95686671745468 (diff) | |
download | hercules-c0130e3dcd50d92232cccf7b0727d96d5118a689.tar.gz hercules-c0130e3dcd50d92232cccf7b0727d96d5118a689.tar.bz2 hercules-c0130e3dcd50d92232cccf7b0727d96d5118a689.tar.xz hercules-c0130e3dcd50d92232cccf7b0727d96d5118a689.zip |
Add non shuffle packets for 2013-10-02aRagexe.
Change packets added in previous commits.
-rw-r--r-- | src/map/packets.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/map/packets.h b/src/map/packets.h index 05b3d88ad..3c1cc7d54 100644 --- a/src/map/packets.h +++ b/src/map/packets.h @@ -2794,6 +2794,14 @@ packet(0x96e,-1,clif->ackmergeitems); packet(0x09da,10); // ZC_ACK_GUILDSTORAGE_LOG #endif +// 2013-10-02aRagexe +#if PACKETVER >= 20131002 +// new packets +// changed packet sizes + packet(0x09d9,4,clif->pDull/*,XXX*/); // CZ_REQ_GUILDSTORAGE_LOG + packet(0x09da,-1); // ZC_ACK_GUILDSTORAGE_LOG +#endif + // 2013-10-30aRagexe #if PACKETVER >= 20131030 // new packets |