aboutsummaryrefslogtreecommitdiff
path: root/src/trinityrealm/AuthCodes.h
diff options
context:
space:
mode:
authorKudlaty <none@none>2009-09-13 00:02:14 +0200
committerKudlaty <none@none>2009-09-13 00:02:14 +0200
commitf55031b2425099f989bccfca2a455c609cbaa403 (patch)
tree025fb54339bede92c2df5f4fc073326540585067 /src/trinityrealm/AuthCodes.h
parentda091a901d747d6c52d58da0168f92dd55aa9dbb (diff)
Add support for multirealm. Patch by streetrat.
--HG-- branch : trunk
Diffstat (limited to 'src/trinityrealm/AuthCodes.h')
-rw-r--r--src/trinityrealm/AuthCodes.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/trinityrealm/AuthCodes.h b/src/trinityrealm/AuthCodes.h
index 2a215968c3b..ab08583331d 100644
--- a/src/trinityrealm/AuthCodes.h
+++ b/src/trinityrealm/AuthCodes.h
@@ -66,10 +66,12 @@ enum LoginResult
LOGIN_LOCKED_ENFORCED = 0x10,
};
-// 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.1.3 client build 9947...
+//multirealm supported versions:
+//1.12.1 build 5875
+//1.12.2 build 6005
+//2.4.3 build 8606
+//3.1.3 build 9947
-#define EXPECTED_MANGOS_CLIENT_BUILD {9947, 0}
+#define EXPECTED_MANGOS_CLIENT_BUILD {9947, 8606, 5875, 6005, 0}
#endif