Core/Spells: Change target type for spell Summon Faol in Tirisfal (#31107)

This commit is contained in:
Naddley
2025-06-28 11:45:25 +02:00
committed by GitHub
parent 138b1b1a21
commit 58cb1620a7

View File

@@ -4042,6 +4042,15 @@ void SpellMgr::LoadSpellInfoCorrections()
});
});
// Summon Faol in Tirisfal
ApplySpellFix({ 202112 }, [](SpellInfo* spellInfo)
{
ApplySpellEffectFix(spellInfo, EFFECT_0, [](SpellEffectInfo* spellEffectInfo)
{
spellEffectInfo->TargetA = SpellImplicitTargetInfo(TARGET_DEST_DB);
});
});
//
// VIOLET HOLD SPELLS
//