diff options
author | Haru <haru@dotalux.com> | 2018-04-22 21:16:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-22 21:16:52 +0200 |
commit | 14432c034f4c87e06651e89f04df714dc76036a1 (patch) | |
tree | 069d5ac29b8098a7addfcf0f6fe5d680a9a5d871 /src/map/packets_keys_main.h | |
parent | f06f7e8a29d84cc1b5126399a9f838c834fcd7c6 (diff) | |
parent | e080479eec820ac8861659fdeb9dfea2e92e08ea (diff) | |
download | hercules-14432c034f4c87e06651e89f04df714dc76036a1.tar.gz hercules-14432c034f4c87e06651e89f04df714dc76036a1.tar.bz2 hercules-14432c034f4c87e06651e89f04df714dc76036a1.tar.xz hercules-14432c034f4c87e06651e89f04df714dc76036a1.zip |
Merge pull request #2021 from 4144/updatepackets
Update packets table 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 |