summaryrefslogtreecommitdiff
path: root/src/map/packets.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-04-18 02:53:46 +0300
committerAndrei Karas <akaras@inbox.ru>2017-04-18 02:53:46 +0300
commit2b5250031c116eef78737ed7b1b50a36575c9b3f (patch)
tree4d9ebfba845e41aa3fb9b4a306a275d9399167d5 /src/map/packets.h
parent2cd617dd4b4befa2108e0a0fbbc5427d65e426c1 (diff)
downloadhercules-2b5250031c116eef78737ed7b1b50a36575c9b3f.tar.gz
hercules-2b5250031c116eef78737ed7b1b50a36575c9b3f.tar.bz2
hercules-2b5250031c116eef78737ed7b1b50a36575c9b3f.tar.xz
hercules-2b5250031c116eef78737ed7b1b50a36575c9b3f.zip
Add non shuffle packets for 2013-08-28bRagexe.
Two new packets and two changed packets from previous commits.
Diffstat (limited to 'src/map/packets.h')
-rw-r--r--src/map/packets.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/map/packets.h b/src/map/packets.h
index 5dac6ec0b..78d71089b 100644
--- a/src/map/packets.h
+++ b/src/map/packets.h
@@ -2757,6 +2757,16 @@ packet(0x96e,-1,clif->ackmergeitems);
// changed packet sizes
#endif
+// 2013-08-28bRagexe
+#if PACKETVER >= 20130828
+// new packets
+ packet(0x09d2,-1); // ZC_GUILDSTORAGE_ITEMLIST_NORMAL_V5
+ packet(0x09d3,-1); // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V5
+// changed packet sizes
+ packet(0x09ba,2,clif->pDull/*,XXX*/); // CZ_REQ_OPEN_GUILD_STORAGE
+ packet(0x09be,2,clif->pDull/*,XXX*/); // CZ_REQ_CLOSE_GUILD_STORAGE
+#endif
+
// 2013-10-30aRagexe
#if PACKETVER >= 20131030
// new packets