From 63e8ecd4ecb37b3e43bae54c5d9b2252af200f6b Mon Sep 17 00:00:00 2001 From: hondacrx Date: Wed, 5 Jan 2022 23:20:26 -0500 Subject: [PATCH] Core/Spells: Fix Spellsteal stealing Silence buff of Arcane Torrent Port From (https://github.com/TrinityCore/TrinityCore/commit/fda1630f74af7ebdc056f6af8d9a2fac42fc9631) --- Source/Game/Spells/SpellInfo.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Game/Spells/SpellInfo.cs b/Source/Game/Spells/SpellInfo.cs index 73d29a694..9d7c0575c 100644 --- a/Source/Game/Spells/SpellInfo.cs +++ b/Source/Game/Spells/SpellInfo.cs @@ -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