Core/Spells: Since patch 4.0.1, an hunter can track multiple creature types at once.

This commit is contained in:
Warpten
2014-07-18 06:42:21 -04:00
parent 4dd436f93c
commit dd64f77dcc

View File

@@ -1417,7 +1417,6 @@ bool SpellInfo::IsAuraExclusiveBySpecificWith(SpellInfo const* spellInfo) const
SpellSpecificType spellSpec2 = spellInfo->GetSpellSpecific();
switch (spellSpec1)
{
case SPELL_SPECIFIC_TRACKER:
case SPELL_SPECIFIC_WARLOCK_ARMOR:
case SPELL_SPECIFIC_MAGE_ARMOR:
case SPELL_SPECIFIC_ELEMENTAL_SHIELD: