mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-29 00:23:48 +00:00
refactor(Core): Use database tables for Shaman totems and Druid shapeshift forms. (#22104)
Co-authored-by: DoctorKraft <25483209+doctorkraft@users.noreply.github.com> Co-authored-by: Shauren <shauren.trinity@gmail.com> Co-authored-by: ForesterDev <11771800+ForesterDev@users.noreply.github.com>
This commit is contained in:
@@ -3306,6 +3306,22 @@ enum SummonType
|
||||
SUMMON_TYPE_JEEVES = 12
|
||||
};
|
||||
|
||||
enum SummonSlot
|
||||
{
|
||||
SUMMON_SLOT_PET = 0,
|
||||
SUMMON_SLOT_TOTEM_FIRE = 1,
|
||||
SUMMON_SLOT_TOTEM_EARTH = 2,
|
||||
SUMMON_SLOT_TOTEM_WATER = 3,
|
||||
SUMMON_SLOT_TOTEM_AIR = 4,
|
||||
SUMMON_SLOT_MINIPET = 5,
|
||||
SUMMON_SLOT_QUEST = 6,
|
||||
|
||||
MAX_SUMMON_SLOT
|
||||
};
|
||||
|
||||
#define MAX_TOTEM_SLOT 5
|
||||
#define MAX_GAMEOBJECT_SLOT 4
|
||||
|
||||
enum EventId
|
||||
{
|
||||
EVENT_CHARGE = 1003,
|
||||
|
||||
Reference in New Issue
Block a user