diff options
Diffstat (limited to 'src')
-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 |