Core/Spells: Fix Spellsteal stealing Silence buff of Arcane Torrent
Port From (https://github.com/TrinityCore/TrinityCore/commit/fda1630f74af7ebdc056f6af8d9a2fac42fc9631)
This commit is contained in:
@@ -3363,7 +3363,6 @@ namespace Game.Spells
|
||||
case SpellEffectName.LearnSpell:
|
||||
case SpellEffectName.SkillStep:
|
||||
case SpellEffectName.HealPct:
|
||||
case SpellEffectName.EnergizePct:
|
||||
return true;
|
||||
case SpellEffectName.Instakill:
|
||||
if (otherEffect.EffectIndex != effect.EffectIndex && // for spells like 38044: instakill effect is negative but auras on target must count as buff
|
||||
|
||||
Reference in New Issue
Block a user