diff --git a/src/server/scripts/Spells/spell_warlock.cpp b/src/server/scripts/Spells/spell_warlock.cpp index c75d40795d5..08472a6ffba 100644 --- a/src/server/scripts/Spells/spell_warlock.cpp +++ b/src/server/scripts/Spells/spell_warlock.cpp @@ -1468,11 +1468,7 @@ class spell_warl_drain_life : public SpellScriptLoader bool Validate(SpellInfo const* /*spellInfo*/) { - return ValidateSpellInfo( - { - SPELL_WARLOCK_DRAIN_LIFE_HEAL, - SPELL_WARLOCK_DRAIN_LIFE_SOULBURN - }); + return ValidateSpellInfo({ SPELL_WARLOCK_DRAIN_LIFE_HEAL }); } void HandlePeriodic(AuraEffect const* aurEff)