summaryrefslogtreecommitdiff
path: root/src/map/packets.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-11-03 03:41:27 +0300
committerAndrei Karas <akaras@inbox.ru>2016-11-03 17:12:49 +0300
commit51a7767b8bb1e7a8c8afefc5c3e8a713d926640b (patch)
treefda0e727ac179e0931264c3ebbb9d90fc0129b16 /src/map/packets.h
parent365fb8f3accedaf1935b82fa1018d6df0161f683 (diff)
downloadhercules-51a7767b8bb1e7a8c8afefc5c3e8a713d926640b.tar.gz
hercules-51a7767b8bb1e7a8c8afefc5c3e8a713d926640b.tar.bz2
hercules-51a7767b8bb1e7a8c8afefc5c3e8a713d926640b.tar.xz
hercules-51a7767b8bb1e7a8c8afefc5c3e8a713d926640b.zip
Add packets 0x08b4, 0x08b5, 0x08b6 into packets.h
Diffstat (limited to 'src/map/packets.h')
-rw-r--r--src/map/packets.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/map/packets.h b/src/map/packets.h
index 31ff03a16..9035b5501 100644
--- a/src/map/packets.h
+++ b/src/map/packets.h
@@ -1882,6 +1882,15 @@ packet(0x96e,-1,clif->ackmergeitems);
packet(0x08b3,-1); // ZC_SHOWSCRIPT
#endif
+// 2011-01-25aRagexe
+#if PACKETVER >= 20110125
+// shuffle packets not added
+// new packets
+ packet(0x08b4,2); // ZC_START_COLLECTION
+ packet(0x08b5,6,clif->pDull,2); // CZ_TRYCOLLECTION
+ packet(0x08b6,3); // ZC_TRYCOLLECTION
+#endif
+
//2011-07-18aRagexe (Thanks to Yommy!)
#if PACKETVER >= 20110718
packet(0x0844,2,clif->pCashShopOpen,2);/* tell server cashshop window is being open */