diff options
author | XTZGZoReX <none@none> | 2008-10-10 13:37:21 -0500 |
---|---|---|
committer | XTZGZoReX <none@none> | 2008-10-10 13:37:21 -0500 |
commit | 479fe8b767c833ae5055af31a800738ba8e597ad (patch) | |
tree | 85c0f9a54fc581085702aa0916ecdf694b0b2b1d /src/trinityrealm/AuthCodes.h | |
parent | ded2714f89267e10b99ba725353afefe37b71645 (diff) |
[svn] * Removing useless data accidentally committed.
* Applying ImpConfig patch.
* Note: QUEUE_FOR_GM currently disabled as it's not compatible with the ACE patch. Anyone care to rewrite it?
* Note2: This is untested - I may have done some mistakes here and there. Will try to compile now.
--HG--
branch : trunk
Diffstat (limited to 'src/trinityrealm/AuthCodes.h')
-rw-r--r-- | src/trinityrealm/AuthCodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trinityrealm/AuthCodes.h b/src/trinityrealm/AuthCodes.h index 56a3077aae6..c33acc51c47 100644 --- a/src/trinityrealm/AuthCodes.h +++ b/src/trinityrealm/AuthCodes.h @@ -68,6 +68,6 @@ enum LoginResult // others will not and opposite // will only support WoW and WoW:TBC 2.4.3 client build 8606... -#define EXPECTED_MANGOS_CLIENT_BUILD {8606, 0} +//#define EXPECTED_MANGOS_CLIENT_BUILD {8606, 0} // - commented as builds are set in config #endif |