mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-03 07:37:11 +01:00
Core/Spells: Removed spellinfo corrections for non-existing spells
This commit is contained in:
@@ -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;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user