mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
Core/Spells: removed a unneeded spell enum validation from Drain Life spell script
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user