summaryrefslogtreecommitdiff
path: root/src/map/packets_keys.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-10-27 18:31:24 +0300
committerAndrei Karas <akaras@inbox.ru>2017-11-01 18:58:21 +0300
commit3e03556e510feb34b6f590574cd3025ef54739a6 (patch)
treeb3e7c10e6df44ec7e8ebb4e16a51eb2304460141 /src/map/packets_keys.h
parentaa8466c0b83f12599305032df5c86b8ec59ae444 (diff)
downloadhercules-3e03556e510feb34b6f590574cd3025ef54739a6.tar.gz
hercules-3e03556e510feb34b6f590574cd3025ef54739a6.tar.bz2
hercules-3e03556e510feb34b6f590574cd3025ef54739a6.tar.xz
hercules-3e03556e510feb34b6f590574cd3025ef54739a6.zip
Add support for 2017-10-25 - 2017-11-01 clients.
Diffstat (limited to 'src/map/packets_keys.h')
-rw-r--r--src/map/packets_keys.h14
1 files changed, 12 insertions, 2 deletions
diff --git a/src/map/packets_keys.h b/src/map/packets_keys.h
index 85796813a..005c3790b 100644
--- a/src/map/packets_keys.h
+++ b/src/map/packets_keys.h
@@ -2,7 +2,7 @@
* This file is part of Hercules.
* http://herc.ws - http://github.com/HerculesWS/Hercules
*
- * Copyright (C) 2013-2015 Hercules Dev Team
+ * Copyright (C) 2013-2017 Hercules Dev Team
*
* Hercules is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -2057,7 +2057,7 @@
packetKeys(0x03FA5A97,0x20B802D5,0x339F1977);
#endif
-// 2017-06-07bRagexeRE
+// 2017-06-07bRagexeRE, 2017-06-07cRagexeRE
#if PACKETVER == 20170607
packetKeys(0x50564ACD,0x79CA4E15,0x405F4894);
#endif
@@ -2152,6 +2152,16 @@
packetKeys(0x2CAA109C,0x158C1EC2,0x7A5E58F3);
#endif
+// 2017-10-25bRagexeRE, 2017-10-25cRagexeRE, 2017-10-25dRagexeRE, 2017-10-25eRagexeRE
+#if PACKETVER == 20171025
+ packetKeys(0x165C565C,0x565C565C,0x565C565C);
+#endif
+
+// 2017-11-01bRagexeRE
+#if PACKETVER == 20171101
+ packetKeys(0x7056317F,0x7EEE0589,0x02672373);
+#endif
+
#if defined(OBFUSCATIONKEY1) && defined(OBFUSCATIONKEY2) && defined(OBFUSCATIONKEY3)
packetKeys(OBFUSCATIONKEY1,OBFUSCATIONKEY2,OBFUSCATIONKEY3);