diff options
author | Haru <haru@dotalux.com> | 2020-03-08 16:01:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-08 16:01:44 +0100 |
commit | 43e2ec7bf29dc0bb7a5b67d420f6f76d0154c01b (patch) | |
tree | 26b15fa25fc0bc50bbe9d086da2ab2880b7cc55b /src/common/mmo.h | |
parent | c736a04fcd4efdf6f8b5b5ed01f73fc640493064 (diff) | |
parent | ea7ddfe360c13a43dc3dc1f27d20f865fc5d2b85 (diff) | |
download | hercules-43e2ec7bf29dc0bb7a5b67d420f6f76d0154c01b.tar.gz hercules-43e2ec7bf29dc0bb7a5b67d420f6f76d0154c01b.tar.bz2 hercules-43e2ec7bf29dc0bb7a5b67d420f6f76d0154c01b.tar.xz hercules-43e2ec7bf29dc0bb7a5b67d420f6f76d0154c01b.zip |
Merge pull request #2645 from 4144/updatepackets
Update packets up to 2020-03-04
Diffstat (limited to 'src/common/mmo.h')
-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). |