summaryrefslogtreecommitdiff
path: root/src/map
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-11-03 04:34:13 +0300
committerAndrei Karas <akaras@inbox.ru>2016-11-03 17:12:49 +0300
commit9e4f50b2f9a70f650889ec02969c66b1651b810a (patch)
treed16ed84c8de53612fb5b974a00af5711c56dad2a /src/map
parent98762b3c73825ee0b14ca926d3c73e020a210f2c (diff)
downloadhercules-9e4f50b2f9a70f650889ec02969c66b1651b810a.tar.gz
hercules-9e4f50b2f9a70f650889ec02969c66b1651b810a.tar.bz2
hercules-9e4f50b2f9a70f650889ec02969c66b1651b810a.tar.xz
hercules-9e4f50b2f9a70f650889ec02969c66b1651b810a.zip
Fix version for packet 0x08c9.
Diffstat (limited to 'src/map')
-rw-r--r--src/map/packets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/packets.h b/src/map/packets.h
index fef5fe488..e03141fcd 100644
--- a/src/map/packets.h
+++ b/src/map/packets.h
@@ -1922,6 +1922,7 @@ packet(0x96e,-1,clif->ackmergeitems);
// shuffle packets not added
// new packets
packet(0x08c8,34); // ZC_NOTIFY_ACT3
+ packet(0x08c9,2,clif->pCashShopSchedule,0);
#endif
//2011-07-18aRagexe (Thanks to Yommy!)
@@ -1929,7 +1930,6 @@ packet(0x96e,-1,clif->ackmergeitems);
packet(0x0844,2,clif->pCashShopOpen,2);/* tell server cashshop window is being open */
packet(0x084a,2,clif->pCashShopClose,2);/* tell server cashshop window is being closed */
packet(0x0846,4,clif->pCashShopReqTab,2);
- packet(0x08c9,2,clif->pCashShopSchedule,0);
packet(0x0848,-1,clif->pCashShopBuy,2);
#endif