diff options
author | shennetsind <ind@henn.et> | 2014-01-15 16:52:09 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2014-01-15 16:52:09 -0200 |
commit | c50e094dff1898badd4136d9cdeb7318c803cb61 (patch) | |
tree | a28a36a155ac395d78d1926065edd66f4b70ead5 /src/common/mmo.h | |
parent | fee148f5463dafc8681567e330411e24b94f37b6 (diff) | |
download | hercules-c50e094dff1898badd4136d9cdeb7318c803cb61.tar.gz hercules-c50e094dff1898badd4136d9cdeb7318c803cb61.tar.bz2 hercules-c50e094dff1898badd4136d9cdeb7318c803cb61.tar.xz hercules-c50e094dff1898badd4136d9cdeb7318c803cb61.zip |
Fixed Bug 7973
Changed PACKETVER_RE to be commented out by default since 20131223 is not ragexere.
Thanks to evilpuncker
http://hercules.ws/board/tracker/issue-7973-missed-update-at-mmoh/
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/common/mmo.h')
-rw-r--r-- | src/common/mmo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h index cb1e52311..7350de443 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -52,8 +52,8 @@ #endif // PACKETVER #ifndef DISABLE_PACKETVER_RE -// Comment the following line if your client is NOT ragexeRE (required because of conflicting packets in ragexe vs ragexeRE). -#define PACKETVER_RE + //Uncomment the following line if your client is ragexeRE instead of ragexe (required because of conflicting packets in ragexe vs ragexeRE). + //#define PACKETVER_RE #endif // DISABLE_PACKETVER_RE // Client support for experimental RagexeRE UI present in 2012-04-10 and 2012-04-18 |