summaryrefslogtreecommitdiff
path: root/src/map/packets_struct.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2020-01-30 10:01:03 +0300
committerAndrei Karas <akaras@inbox.ru>2020-02-09 21:30:38 +0300
commit35cc058ec2a4ccf5c3fbfae4ad4687398e3e7f62 (patch)
tree803ba967a4b5396181de4d1c7a692dd073122bf5 /src/map/packets_struct.h
parent79811139ab53cc13f984f40f92c81ed4c06b2c0e (diff)
downloadhercules-35cc058ec2a4ccf5c3fbfae4ad4687398e3e7f62.tar.gz
hercules-35cc058ec2a4ccf5c3fbfae4ad4687398e3e7f62.tar.bz2
hercules-35cc058ec2a4ccf5c3fbfae4ad4687398e3e7f62.tar.xz
hercules-35cc058ec2a4ccf5c3fbfae4ad4687398e3e7f62.zip
Enable packet ZC_SE_CASHSHOP_OPEN for main and re clients
Diffstat (limited to 'src/map/packets_struct.h')
-rw-r--r--src/map/packets_struct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/packets_struct.h b/src/map/packets_struct.h
index f00d5765d..c2c99629a 100644
--- a/src/map/packets_struct.h
+++ b/src/map/packets_struct.h
@@ -3770,7 +3770,7 @@ struct PACKET_CZ_SE_CASHSHOP_LIMITED_REQ {
DEFINE_PACKET_HEADER(CZ_SE_CASHSHOP_LIMITED_REQ, 0x0b4c);
#endif
-#if PACKETVER_ZERO_NUM >= 20191224
+#if PACKETVER_MAIN_NUM >= 20200129 || PACKETVER_RE_NUM >= 20200205 || PACKETVER_ZERO_NUM >= 20191224
struct PACKET_ZC_SE_CASHSHOP_OPEN {
int16 packetType;
uint32 cashPoints;