summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-11-03 04:08:41 +0300
committerAndrei Karas <akaras@inbox.ru>2016-11-03 17:12:49 +0300
commitb3d7fb7a1623b72fc9ba16594b7c28aa3cf73fb2 (patch)
tree531a1e137278046e9fb57e3583acd4b6447bff4d
parentdc45270e96f73ac8cf45d62f9160fb02fecaf573 (diff)
downloadhercules-b3d7fb7a1623b72fc9ba16594b7c28aa3cf73fb2.tar.gz
hercules-b3d7fb7a1623b72fc9ba16594b7c28aa3cf73fb2.tar.bz2
hercules-b3d7fb7a1623b72fc9ba16594b7c28aa3cf73fb2.tar.xz
hercules-b3d7fb7a1623b72fc9ba16594b7c28aa3cf73fb2.zip
Add packets 0x08c1, 0x08c2 into packets.h
-rw-r--r--src/map/packets.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/packets.h b/src/map/packets.h
index 47ec9e29c..72b135095 100644
--- a/src/map/packets.h
+++ b/src/map/packets.h
@@ -1906,6 +1906,8 @@ packet(0x96e,-1,clif->ackmergeitems);
// shuffle packets not added
// new packets
packet(0x08c0,-1); // ZC_ACK_SE_CASH_ITEM_LIST2
+ packet(0x08c1,2,clif->pDull); // CZ_MACRO_START
+ packet(0x08c2,2,clif->pDull); // CZ_MACRO_STOP
#endif
//2011-07-18aRagexe (Thanks to Yommy!)