Merge remote branch 'origin/master' into 330

This commit is contained in:
tomrus88 2009-12-24 15:52:11 +03:00
commit d98300b500
12 changed files with 88 additions and 33 deletions

View file

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