mirror of
https://github.com/mangosfour/server.git
synced 2025-12-31 13:37:07 +00:00
50 plus cmangos updates implemented (to c12832)
Implemented over 50 updates from the cmangos Cata repo, up to and including c12832 Improve random movement The core will now work with the creature_template update that was applied to the database yesterday.
This commit is contained in:
parent
12f8fbf37d
commit
e4d1bdfc74
80 changed files with 3164 additions and 2965 deletions
|
|
@ -3779,7 +3779,7 @@ enum MaxLevel
|
|||
static const MaxLevel maxLevelForExpansion[MAX_EXPANSION + 1] = { MAX_LEVEL_CLASSIC, MAX_LEVEL_TBC, MAX_LEVEL_WOTLK, MAX_LEVEL_CATACLYSM };
|
||||
|
||||
// Max creature level (included some bosses and elite)
|
||||
#define DEFAULT_MAX_CREATURE_LEVEL 85
|
||||
#define DEFAULT_MAX_CREATURE_LEVEL 90
|
||||
|
||||
// This spell is used for general boarding serverside
|
||||
#define SPELL_RIDE_VEHICLE_HARDCODED 46598
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue