From c0130e3dcd50d92232cccf7b0727d96d5118a689 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 18 Apr 2017 03:28:15 +0300 Subject: Add non shuffle packets for 2013-10-02aRagexe. Change packets added in previous commits. --- src/map/packets.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src') 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 -- cgit v1.2.3-70-g09d2