From 7adf2001f388227bf071bea9c9be5a2b56fc400c Mon Sep 17 00:00:00 2001 From: tomrus88 Date: Tue, 4 Nov 2008 19:37:22 +0300 Subject: [PATCH] New client build, level cap is 80 --- src/mangosd/mangosd.conf.dist.in | 2 +- src/realmd/AuthCodes.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mangosd/mangosd.conf.dist.in b/src/mangosd/mangosd.conf.dist.in index ed2000fb6..b80cf17a6 100644 --- a/src/mangosd/mangosd.conf.dist.in +++ b/src/mangosd/mangosd.conf.dist.in @@ -527,7 +527,7 @@ CharactersCreatingDisabled = 0 CharactersPerAccount = 50 CharactersPerRealm = 10 SkipCinematics = 0 -MaxPlayerLevel = 70 +MaxPlayerLevel = 80 MaxHonorPoints = 75000 MaxArenaPoints = 5000 StartPlayerLevel = 1 diff --git a/src/realmd/AuthCodes.h b/src/realmd/AuthCodes.h index 731214f5a..514585c37 100644 --- a/src/realmd/AuthCodes.h +++ b/src/realmd/AuthCodes.h @@ -66,8 +66,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 and WoW:TBC 3.0.3 client build 9149, 9155... +// will only support WoW and WoW:TBC 3.0.3 client build 9149, 9155, 9183... -#define EXPECTED_MANGOS_CLIENT_BUILD {9149, 9155, 0} +#define EXPECTED_MANGOS_CLIENT_BUILD {9149, 9155, 9183, 0} #endif