mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-28 08:06:23 +00:00
feat(Core/SpellMgr): Worldserver option for ICC buff (#2320)
This commit is contained in:
@@ -491,6 +491,13 @@ class PetAura
|
||||
};
|
||||
typedef std::map<uint32, PetAura> SpellPetAuraMap;
|
||||
|
||||
enum ICCBuff
|
||||
{
|
||||
ICC_AREA = 4812,
|
||||
ICC_RACEMASK_HORDE = 690,
|
||||
ICC_RACEMASK_ALLIANCE = 1101
|
||||
};
|
||||
|
||||
struct SpellArea
|
||||
{
|
||||
uint32 spellId;
|
||||
|
||||
Reference in New Issue
Block a user