summaryrefslogtreecommitdiff
path: root/src/map/packets.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-12-27 23:10:23 +0300
committerAndrei Karas <akaras@inbox.ru>2020-01-09 09:37:39 +0300
commit59404730afc7c392cfc6978da861783f947c9d1c (patch)
tree6736523c99d0a1e6db6956656489583feaf7f97d /src/map/packets.h
parentd26dd0680197754a97e86e9fb7146e13460fa355 (diff)
downloadhercules-59404730afc7c392cfc6978da861783f947c9d1c.tar.gz
hercules-59404730afc7c392cfc6978da861783f947c9d1c.tar.bz2
hercules-59404730afc7c392cfc6978da861783f947c9d1c.tar.xz
hercules-59404730afc7c392cfc6978da861783f947c9d1c.zip
Update packet CZ_SE_CASHSHOP_OPEN to latest version
Diffstat (limited to 'src/map/packets.h')
-rw-r--r--src/map/packets.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/map/packets.h b/src/map/packets.h
index 48d937957..abcbddadb 100644
--- a/src/map/packets.h
+++ b/src/map/packets.h
@@ -728,7 +728,7 @@ packet(0x96e,clif->ackmergeitems);
// all versions
#if PACKETVER >= 20100824
- packet(0x0844,clif->pCashShopOpen,2);
+ packet(0x0844,clif->pCashShopOpen1);
#endif
//2010-11-24aRagexeRE
@@ -1980,7 +1980,11 @@ packet(0x96e,clif->ackmergeitems);
#endif
#if PACKETVER >= 20190724
- packet(0x0b4c,clif->pCashShopOpen,2);
+ packet(0x0b4c,clif->pCashShopLimitedReq);
+#endif
+
+#if PACKETVER >= 20191224
+ packet(0x0b6d,clif->pCashShopOpen2);
#endif
#endif /* MAP_PACKETS_H */