mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 22:37:02 +00:00
[7833] Implement levelup spells for non-hunter pets.
* Use less hacky way to prepare data in SpellMgr::LoadPetLevelupSpellMap. * Fill data for all pet families including not hunter pets. * Fixed bug with lost/unexpected learned spells for some hunter pet families. Use less hackky way for
This commit is contained in:
parent
b722e75d90
commit
a1f4549862
5 changed files with 78 additions and 157 deletions
|
|
@ -1814,6 +1814,8 @@ enum CreatureFamily
|
|||
CREATURE_FAMILY_SPIRIT_BEAST = 46
|
||||
};
|
||||
|
||||
#define MAX_CREATURE_FAMILY 47
|
||||
|
||||
enum CreatureTypeFlags
|
||||
{
|
||||
CREATURE_TYPEFLAGS_TAMEABLE = 0x0001,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue