diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-04-06 19:26:54 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-04-06 19:28:03 +0300 |
commit | fd7123530c9f641a43f1c76345da24211e8f7bb7 (patch) | |
tree | e39a2bc82a00f31178065db8f1e693fd6c98a94f /src/map/packets_keys_main.h | |
parent | 21430f9a04179268344f90d6482898d64f716b1a (diff) | |
download | hercules-fd7123530c9f641a43f1c76345da24211e8f7bb7.tar.gz hercules-fd7123530c9f641a43f1c76345da24211e8f7bb7.tar.bz2 hercules-fd7123530c9f641a43f1c76345da24211e8f7bb7.tar.xz hercules-fd7123530c9f641a43f1c76345da24211e8f7bb7.zip |
Update shuffle packets and keys to version 20180404.
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 8d20780d4..150fb486a 100644 --- a/src/map/packets_keys_main.h +++ b/src/map/packets_keys_main.h @@ -874,14 +874,15 @@ 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 +// 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 #if PACKETVER == 20131223 || \ PACKETVER == 20140508 || \ PACKETVER == 20140611 || \ PACKETVER == 20150225 || \ PACKETVER == 20180315 || \ PACKETVER == 20180321 || \ - PACKETVER == 20180328 + PACKETVER == 20180328 || \ + PACKETVER >= 20180404 packetKeys(0x00000000,0x00000000,0x00000000); #endif |