From dd64f77dccf9cfabbfb84a3c15a7e676ead6836c Mon Sep 17 00:00:00 2001 From: Warpten Date: Fri, 18 Jul 2014 06:42:21 -0400 Subject: Core/Spells: Since patch 4.0.1, an hunter can track multiple creature types at once. --- src/server/game/Spells/SpellInfo.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/server/game/Spells/SpellInfo.cpp b/src/server/game/Spells/SpellInfo.cpp index d19c79cef41..cc10569f28f 100644 --- a/src/server/game/Spells/SpellInfo.cpp +++ b/src/server/game/Spells/SpellInfo.cpp @@ -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: -- cgit v1.2.3