diff options
author | Andrei Karas <akaras@inbox.ru> | 2020-03-05 08:02:33 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2020-03-05 08:02:33 +0300 |
commit | ea7ddfe360c13a43dc3dc1f27d20f865fc5d2b85 (patch) | |
tree | 20aaf298a5f664f2dd3988fdabe973a081b25973 /src/common | |
parent | ff27c8bfdde61c3b7ae5ee92fd179d65add078ab (diff) | |
download | hercules-ea7ddfe360c13a43dc3dc1f27d20f865fc5d2b85.tar.gz hercules-ea7ddfe360c13a43dc3dc1f27d20f865fc5d2b85.tar.bz2 hercules-ea7ddfe360c13a43dc3dc1f27d20f865fc5d2b85.tar.xz hercules-ea7ddfe360c13a43dc3dc1f27d20f865fc5d2b85.zip |
Change default packet version to 2019-05-30
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/mmo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h index 687f5a187..25ad350c0 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -64,7 +64,7 @@ // 20120307 - 2012-03-07aRagexeRE+ - 0x970 #ifndef PACKETVER - #define PACKETVER 20141022 + #define PACKETVER 20190530 #endif // PACKETVER //Uncomment the following line if your client is ragexeRE instead of ragexe (required because of conflicting packets in ragexe vs ragexeRE). |