From 9d670fe6f5757430d575081db9a6e5273400330d Mon Sep 17 00:00:00 2001 From: megamage Date: Thu, 11 Jun 2009 00:45:59 -0500 Subject: *Switch to support client version 3.1.3 *I strongly recommend you not to use this until you get the 313 db. Now all destructible buildings cause client crash. Source: Mangos Thanks to TOM_RUS for most work to make this switch possible ;) --HG-- branch : trunk --- src/trinityrealm/AuthCodes.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/trinityrealm/AuthCodes.h') diff --git a/src/trinityrealm/AuthCodes.h b/src/trinityrealm/AuthCodes.h index a85415ba849..467f9826676 100644 --- a/src/trinityrealm/AuthCodes.h +++ b/src/trinityrealm/AuthCodes.h @@ -67,9 +67,8 @@ enum LoginResult }; // we need to stick to 1 version or half of the stuff will work for someone -// others will not and opposite -// will only support WoW, WoW:TBC and WoW:WotLK 3.0.9 client build 9551... +// will only support WoW, WoW:TBC and WoW:WotLK 3.1.3 client build 9947... -#define EXPECTED_TRINITY_CLIENT_BUILD {9551, 0} +#define EXPECTED_TRINITY_CLIENT_BUILD {9947, 0} #endif -- cgit v1.2.3