Scripts/Spells: Fixed Sigil of Chains visual

This commit is contained in:
Shauren
2025-01-14 15:20:31 +01:00
parent 15387c6b35
commit dc5307dfa0
2 changed files with 18 additions and 19 deletions

View File

@@ -5075,6 +5075,15 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->AttributesCu |= SPELL_ATTR0_CU_AURA_CANNOT_BE_SAVED;
});
// Sigil of Flame
ApplySpellFix({ 204598 }, [](SpellInfo* spellInfo)
{
ApplySpellEffectFix(spellInfo, EFFECT_2, [](SpellEffectInfo* spellEffectInfo)
{
spellEffectInfo->Effect = SPELL_EFFECT_NONE;
});
});
// Collective Anguish channel hack (triggered by another channel)
ApplySpellFix({ 391057, 393831 }, [](SpellInfo* spellInfo)
{