Core/Spells: Removed spellinfo corrections for non-existing spells

This commit is contained in:
Shauren
2020-09-06 15:39:28 +02:00
parent b6ed0c7870
commit 089fd5575d

View File

@@ -3468,7 +3468,7 @@ void SpellMgr::LoadSpellInfoCorrections()
});
// Coldflame (Lord Marrowgar)
ApplySpellFix({ 69146, 70823, 70824, 70825 }, [](SpellInfo* spellInfo)
ApplySpellFix({ 69146 }, [](SpellInfo* spellInfo)
{
spellInfo->AttributesEx4 &= ~SPELL_ATTR4_IGNORE_RESISTANCES;
});