summaryrefslogtreecommitdiff
path: root/src/map/packets_keys_main.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-02-24 18:32:09 +0300
committerAndrei Karas <akaras@inbox.ru>2018-03-11 04:32:22 +0300
commit82b18787fca15135d02dd9ae14a0f52ddc830636 (patch)
treedf44b6e9fdb43985cb090696ae56539fb70ccb6d /src/map/packets_keys_main.h
parent69377ed87bf660901b70c47f028cd228165eeef9 (diff)
downloadhercules-82b18787fca15135d02dd9ae14a0f52ddc830636.tar.gz
hercules-82b18787fca15135d02dd9ae14a0f52ddc830636.tar.bz2
hercules-82b18787fca15135d02dd9ae14a0f52ddc830636.tar.xz
hercules-82b18787fca15135d02dd9ae14a0f52ddc830636.zip
Update shuffle packets and keys for clients up to 20180309.
Diffstat (limited to 'src/map/packets_keys_main.h')
-rw-r--r--src/map/packets_keys_main.h23
1 files changed, 20 insertions, 3 deletions
diff --git a/src/map/packets_keys_main.h b/src/map/packets_keys_main.h
index 9aa39fad5..066e7d2c3 100644
--- a/src/map/packets_keys_main.h
+++ b/src/map/packets_keys_main.h
@@ -1949,15 +1949,32 @@
packetKeys(0x21F477F4,0x37F437F4,0x37F437F4);
#endif
-// 2018-01-24bRagexe, 2018-01-24bRagexeRE
-#if PACKETVER == 20180124
+// 2018-01-24bRagexe, 2018-01-24bRagexeRE, 2018-01-31Ragexe
+#if PACKETVER == 20180124 || \
+ PACKETVER == 20180131
packetKeys(0x7EAA1CE0,0x415D1CFD,0x4C8F19FA);
#endif
-// 2018-02-07bRagexe, 2018-02-07bRagexeRE
+// 2018-02-07bRagexe, 2018-02-07bRagexeRE, 2018-02-07cRagexe
#if PACKETVER == 20180207
packetKeys(0x45AA1B44,0x20E716B7,0x5388105C);
#endif
+// 2018-02-13aRagexe, 2018-02-13aRagexeRE, 2018-02-13bRagexe
+#if PACKETVER == 20180213
+ packetKeys(0x189D69B2,0x43B85EAD,0x2B7A687E);
+#endif
+
+// 2018-02-21aRagexeRE, 2018-02-21bRagexe, 2018-02-21bRagexeRE
+#if PACKETVER == 20180221
+ packetKeys(0x6E2F6233,0x193B0A66,0x0D1D2CA5);
+#endif
+
+// 2018-03-07bRagexe, 2018-03-07bRagexeRE, 2018-03-09aRagexe
+#if PACKETVER == 20180307 || \
+ PACKETVER == 20180309
+ packetKeys(0x47DA10EB,0x4B922CCF,0x765C5055);
+#endif
+
#endif /* MAP_PACKETS_MAIN_KEYS_H */