feat(Core/SpellMgr): Worldserver option for ICC buff (#2320)

This commit is contained in:
Stoabrogga
2019-10-16 07:53:19 +02:00
committed by GitHub
parent 626a54be9e
commit 3baa3c7534
6 changed files with 63 additions and 1 deletions

View File

@@ -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;