summaryrefslogtreecommitdiff
path: root/src/map/packets.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-11-03 04:27:38 +0300
committerAndrei Karas <akaras@inbox.ru>2016-11-03 17:12:49 +0300
commitfd2266e3f0ca606af2b22c4de5b9306008343d18 (patch)
tree543a743b52eafb1051f575249395dd4cb4746179 /src/map/packets.h
parentb3d7fb7a1623b72fc9ba16594b7c28aa3cf73fb2 (diff)
downloadhercules-fd2266e3f0ca606af2b22c4de5b9306008343d18.tar.gz
hercules-fd2266e3f0ca606af2b22c4de5b9306008343d18.tar.bz2
hercules-fd2266e3f0ca606af2b22c4de5b9306008343d18.tar.xz
hercules-fd2266e3f0ca606af2b22c4de5b9306008343d18.zip
Add packet 0x08c7 ZC_SKILL_ENTRY3 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 72b135095..b18ea3f6d 100644
--- a/src/map/packets.h
+++ b/src/map/packets.h
@@ -1910,6 +1910,13 @@ packet(0x96e,-1,clif->ackmergeitems);
packet(0x08c2,2,clif->pDull); // CZ_MACRO_STOP
#endif
+// 2011-04-19aRagexe
+#if PACKETVER >= 20110419
+// shuffle packets not added
+// new packets
+ packet(0x08c7,-1); // ZC_SKILL_ENTRY3
+#endif
+
//2011-07-18aRagexe (Thanks to Yommy!)
#if PACKETVER >= 20110718
packet(0x0844,2,clif->pCashShopOpen,2);/* tell server cashshop window is being open */