mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
Merge remote branch 'origin/master' into 330
This commit is contained in:
commit
d98300b500
12 changed files with 88 additions and 33 deletions
|
|
@ -2649,4 +2649,11 @@ enum PetTameFailureReason
|
|||
|
||||
#define EXPECTED_MANGOSD_CLIENT_BUILD {11159, 0}
|
||||
|
||||
// max supported expansion level in mangosd
|
||||
// NOTE: not set it more that supported by targeted client version with all expansions installed
|
||||
// account with expansion > client supported will rejected at connection by client
|
||||
// because if client receive unsupported expansion level it think
|
||||
// that it not have expansion installed and reject
|
||||
#define MAX_EXPANSION 2
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue