aboutsummaryrefslogtreecommitdiff
path: root/src/trinityrealm/AuthCodes.h
diff options
context:
space:
mode:
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