mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
Merge remote branch 'origin/master' into 330
Also move accepteble build number to src/game/SharedDefines.h as expected by new realmd code.
This commit is contained in:
commit
34d8d69e2b
42 changed files with 462 additions and 229 deletions
|
|
@ -2640,4 +2640,10 @@ enum PetTameFailureReason
|
|||
PETTAME_UNKNOWNERROR = 12
|
||||
};
|
||||
|
||||
// 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, WoW:TBC and WoW:WotLK 3.3.0a client build 11159...
|
||||
|
||||
#define EXPECTED_MANGOSD_CLIENT_BUILD {11159, 0}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue