mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
New client build, level cap is 80
This commit is contained in:
parent
d4ab3ca463
commit
7adf2001f3
2 changed files with 3 additions and 3 deletions
|
|
@ -527,7 +527,7 @@ CharactersCreatingDisabled = 0
|
|||
CharactersPerAccount = 50
|
||||
CharactersPerRealm = 10
|
||||
SkipCinematics = 0
|
||||
MaxPlayerLevel = 70
|
||||
MaxPlayerLevel = 80
|
||||
MaxHonorPoints = 75000
|
||||
MaxArenaPoints = 5000
|
||||
StartPlayerLevel = 1
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue