Core/Spells: Fixed Chilled to the Bone

Closes #19417
thanks ariel-

(cherry picked from commit 164af391c9662732dfc9cfe677c48bd3f927c2be)
This commit is contained in:
Keader
2020-04-29 21:11:17 +02:00
committed by funjoker
parent 4f6d38fe9d
commit 08635c740a
+7
View File
@@ -3450,6 +3450,13 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->Speed = 0.0f; // This spell's summon happens instantly
});
// Chilled to the Bone
ApplySpellFix({ 70106 }, [](SpellInfo* spellInfo)
{
spellInfo->AttributesEx3 |= SPELL_ATTR3_NO_DONE_BONUS;
spellInfo->AttributesEx6 |= SPELL_ATTR6_NO_DONE_PCT_DAMAGE_MODS;
});
// Ice Lock
ApplySpellFix({ 71614 }, [](SpellInfo* spellInfo)
{