diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-03-14 23:54:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-03-29 20:59:31 +0300 |
commit | a16333d31a0e4a7fb7edca913b9ff03feffc83fd (patch) | |
tree | 1ddd5355ca7b7a48427c6c91bfae1d4e38d7710e /src/map/packets_keys_main.h | |
parent | b55eddc4e2fad482ea89b904f0c56ca258493bf0 (diff) | |
download | hercules-a16333d31a0e4a7fb7edca913b9ff03feffc83fd.tar.gz hercules-a16333d31a0e4a7fb7edca913b9ff03feffc83fd.tar.bz2 hercules-a16333d31a0e4a7fb7edca913b9ff03feffc83fd.tar.xz hercules-a16333d31a0e4a7fb7edca913b9ff03feffc83fd.zip |
Add shuffle packets and keys for 2018-03-14 - 2018-03-28 clients.
Diffstat (limited to 'src/map/packets_keys_main.h')
-rw-r--r-- | src/map/packets_keys_main.h | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src/map/packets_keys_main.h b/src/map/packets_keys_main.h index 066e7d2c3..8d20780d4 100644 --- a/src/map/packets_keys_main.h +++ b/src/map/packets_keys_main.h @@ -874,11 +874,14 @@ packetKeys(0x6A596301,0x76866D0E,0x32294A45); #endif -// 2013-12-23aRagexeRE, 2014-05-08aRagexe, 2014-05-08aRagexeRE, 2014-06-11eRagexe, 2015-02-25hRagexe +// 2013-12-23aRagexeRE, 2014-05-08aRagexe, 2014-05-08aRagexeRE, 2014-06-11eRagexe, 2015-02-25hRagexe, 2018-03-15aRagexe, 2018-03-21aRagexe, 2018-03-21aRagexeRE, 2018-03-28bRagexe, 2018-03-28bRagexeRE #if PACKETVER == 20131223 || \ PACKETVER == 20140508 || \ PACKETVER == 20140611 || \ - PACKETVER == 20150225 + PACKETVER == 20150225 || \ + PACKETVER == 20180315 || \ + PACKETVER == 20180321 || \ + PACKETVER == 20180328 packetKeys(0x00000000,0x00000000,0x00000000); #endif @@ -1976,5 +1979,10 @@ packetKeys(0x47DA10EB,0x4B922CCF,0x765C5055); #endif +// 2018-03-14nRagexe +#if PACKETVER == 20180314 + packetKeys(0x2FF07149,0x00596EA3,0x2B853026); +#endif + #endif /* MAP_PACKETS_MAIN_KEYS_H */ |