mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 16:37:00 +00:00
[8343] Extand level allowed range for item use to upper values if it end at max player level.
Also add DEFAULT_MAX_LEVEL define for store current used client expection about max player level. For example for current supported this is 80.
This commit is contained in:
parent
6a4b79cdc2
commit
93ed08e886
5 changed files with 24 additions and 7 deletions
|
|
@ -70,4 +70,8 @@ enum LoginResult
|
|||
|
||||
#define EXPECTED_MANGOS_CLIENT_BUILD {9947, 0}
|
||||
|
||||
// At update excepted builds please update if need define DEFAULT_MAX_LEVEL
|
||||
// in DBCEnum.h to default max player level expected by build
|
||||
// and alos in mangosd.conf.in
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue