New client build, level cap is 80

This commit is contained in:
tomrus88 2008-11-04 19:37:22 +03:00
parent d4ab3ca463
commit 7adf2001f3
2 changed files with 3 additions and 3 deletions

View file

@ -527,7 +527,7 @@ CharactersCreatingDisabled = 0
CharactersPerAccount = 50
CharactersPerRealm = 10
SkipCinematics = 0
MaxPlayerLevel = 70
MaxPlayerLevel = 80
MaxHonorPoints = 75000
MaxArenaPoints = 5000
StartPlayerLevel = 1

View file

@ -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