diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-02-10 04:06:12 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-02-10 04:59:33 +0300 |
commit | a269cb2e69dc834c9b22e6618d3684550882fcaa (patch) | |
tree | 92b9869bc299170b604b0178cd867ff20724643a /src/map/packets_keys_main.h | |
parent | 6f85e399942facc69555d078c82588f95b198711 (diff) | |
download | hercules-a269cb2e69dc834c9b22e6618d3684550882fcaa.tar.gz hercules-a269cb2e69dc834c9b22e6618d3684550882fcaa.tar.bz2 hercules-a269cb2e69dc834c9b22e6618d3684550882fcaa.tar.xz hercules-a269cb2e69dc834c9b22e6618d3684550882fcaa.zip |
Update packets and keys tables up to 20180207.
Diffstat (limited to 'src/map/packets_keys_main.h')
-rw-r--r-- | src/map/packets_keys_main.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/map/packets_keys_main.h b/src/map/packets_keys_main.h index afaf62e2d..9aa39fad5 100644 --- a/src/map/packets_keys_main.h +++ b/src/map/packets_keys_main.h @@ -1954,5 +1954,10 @@ packetKeys(0x7EAA1CE0,0x415D1CFD,0x4C8F19FA); #endif +// 2018-02-07bRagexe, 2018-02-07bRagexeRE +#if PACKETVER == 20180207 + packetKeys(0x45AA1B44,0x20E716B7,0x5388105C); +#endif + #endif /* MAP_PACKETS_MAIN_KEYS_H */ |