diff options
author | Haru <haru@dotalux.com> | 2018-04-07 15:51:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-07 15:51:08 +0200 |
commit | b2f92713a6f0449d4ca319ab178d6391c021f57c (patch) | |
tree | d9c4262af27cd5bdf6e9d860c79560891937e03f /src/map/packets_keys_main.h | |
parent | 3a0badaffa02b29d11290dcb5ed8ccaf381e77e8 (diff) | |
parent | d6d6a61fa4c09579d8fa8cfcf9e20a9be5eb0c6c (diff) | |
download | hercules-b2f92713a6f0449d4ca319ab178d6391c021f57c.tar.gz hercules-b2f92713a6f0449d4ca319ab178d6391c021f57c.tar.bz2 hercules-b2f92713a6f0449d4ca319ab178d6391c021f57c.tar.xz hercules-b2f92713a6f0449d4ca319ab178d6391c021f57c.zip |
Merge pull request #2014 from 4144/updatepackets
Update packets to 20180404 version
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 |