summaryrefslogtreecommitdiff
path: root/src/map/packets.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-11-03 04:32:10 +0300
committerAndrei Karas <akaras@inbox.ru>2016-11-03 17:12:49 +0300
commit98762b3c73825ee0b14ca926d3c73e020a210f2c (patch)
tree9ea1da0e6576e62f75cdefca7608cf69bacbb5a1 /src/map/packets.h
parentfd2266e3f0ca606af2b22c4de5b9306008343d18 (diff)
downloadhercules-98762b3c73825ee0b14ca926d3c73e020a210f2c.tar.gz
hercules-98762b3c73825ee0b14ca926d3c73e020a210f2c.tar.bz2
hercules-98762b3c73825ee0b14ca926d3c73e020a210f2c.tar.xz
hercules-98762b3c73825ee0b14ca926d3c73e020a210f2c.zip
Add packet 0x08c8 ZC_NOTIFY_ACT3 into packets.h
Diffstat (limited to 'src/map/packets.h')
-rw-r--r--src/map/packets.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/map/packets.h b/src/map/packets.h
index b18ea3f6d..fef5fe488 100644
--- a/src/map/packets.h
+++ b/src/map/packets.h
@@ -1917,6 +1917,13 @@ packet(0x96e,-1,clif->ackmergeitems);
packet(0x08c7,-1); // ZC_SKILL_ENTRY3
#endif
+// 2011-06-14aRagexe
+#if PACKETVER >= 20110614
+// shuffle packets not added
+// new packets
+ packet(0x08c8,34); // ZC_NOTIFY_ACT3
+#endif
+
//2011-07-18aRagexe (Thanks to Yommy!)
#if PACKETVER >= 20110718
packet(0x0844,2,clif->pCashShopOpen,2);/* tell server cashshop window is being open */