Core/Spells: Removed SPELL_SPECIFIC_JUDGEMENT
Port From (https://github.com/TrinityCore/TrinityCore/commit/4ef983f689177660f2d4c16c7063040c7fb0236d)
This commit is contained in:
@@ -1061,7 +1061,6 @@ namespace Game.Spells
|
||||
// spell with single target specific types
|
||||
switch (spec)
|
||||
{
|
||||
case SpellSpecificType.Judgement:
|
||||
case SpellSpecificType.MagePolymorph:
|
||||
if (aura.GetSpellInfo().GetSpellSpecific() == spec)
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user