summaryrefslogtreecommitdiff
path: root/src/map/packets.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-04-18 03:32:21 +0300
committerAndrei Karas <akaras@inbox.ru>2017-04-18 03:32:21 +0300
commit29a861d5b23b50e571588a1610d8c0b08f354e44 (patch)
treecacd48f3041d479ea23e5ce6f3ce40b3f2485a33 /src/map/packets.h
parente2b8fa5f3a1dd4bd4e4aa72a478724c40a5db841 (diff)
downloadhercules-29a861d5b23b50e571588a1610d8c0b08f354e44.tar.gz
hercules-29a861d5b23b50e571588a1610d8c0b08f354e44.tar.bz2
hercules-29a861d5b23b50e571588a1610d8c0b08f354e44.tar.xz
hercules-29a861d5b23b50e571588a1610d8c0b08f354e44.zip
Add non shuffle packets for 2013-10-23aRagexe.
Add new packets and change some packets added in 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 79666dfe9..8ad0b04dd 100644
--- a/src/map/packets.h
+++ b/src/map/packets.h
@@ -2809,6 +2809,16 @@ packet(0x96e,-1,clif->ackmergeitems);
packet(0x09d9,6,clif->pDull/*,XXX*/); // CZ_REQ_GUILDSTORAGE_LOG
#endif
+// 2013-10-23aRagexe
+#if PACKETVER >= 20131023
+// new packets
+ packet(0x09db,-1); // ZC_NOTIFY_MOVEENTRY10
+ packet(0x09dc,-1); // ZC_NOTIFY_NEWENTRY10
+ packet(0x09dd,-1); // ZC_NOTIFY_STANDENTRY10
+// changed packet sizes
+ packet(0x09d9,4,clif->pDull/*,XXX*/); // CZ_REQ_GUILDSTORAGE_LOG
+#endif
+
// 2013-10-30aRagexe
#if PACKETVER >= 20131030
// new packets