diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-04-18 19:37:35 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-04-18 19:37:35 +0300 |
commit | 266f84fba50de6c59c1e5f544cd732731003cdd1 (patch) | |
tree | e34f1d5f652b1b225a8ebb0477cb6363b8783fa3 /src/map/packets_keys_main.h | |
parent | 7b097da8b433ea3b768b6c306c12801f7ddef0a5 (diff) | |
download | hercules-266f84fba50de6c59c1e5f544cd732731003cdd1.tar.gz hercules-266f84fba50de6c59c1e5f544cd732731003cdd1.tar.bz2 hercules-266f84fba50de6c59c1e5f544cd732731003cdd1.tar.xz hercules-266f84fba50de6c59c1e5f544cd732731003cdd1.zip |
Update shuffle and keys up to 2018-04-18
Diffstat (limited to 'src/map/packets_keys_main.h')
-rw-r--r-- | src/map/packets_keys_main.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/map/packets_keys_main.h b/src/map/packets_keys_main.h index 150fb486a..1f6a3ca6d 100644 --- a/src/map/packets_keys_main.h +++ b/src/map/packets_keys_main.h @@ -874,7 +874,7 @@ packetKeys(0x6A596301,0x76866D0E,0x32294A45); #endif -// 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, 2018-04-04bRagexe, 2018-04-04cRagexeRE +// 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, 2018-04-04bRagexe, 2018-04-04cRagexeRE, 2018-04-18aRagexe, 2018-04-18bRagexeRE #if PACKETVER == 20131223 || \ PACKETVER == 20140508 || \ PACKETVER == 20140611 || \ @@ -882,7 +882,8 @@ PACKETVER == 20180315 || \ PACKETVER == 20180321 || \ PACKETVER == 20180328 || \ - PACKETVER >= 20180404 + PACKETVER == 20180404 || \ + PACKETVER >= 20180418 packetKeys(0x00000000,0x00000000,0x00000000); #endif |