From c50e094dff1898badd4136d9cdeb7318c803cb61 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Wed, 15 Jan 2014 16:52:09 -0200 Subject: 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 --- src/common/mmo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/common/mmo.h') 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 -- cgit v1.2.3-60-g2f50