mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Scripts/Spells: Fixed Sigil of Chains visual
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user