fix(Scripts/BlackTemple): Shahraz Fatal Attraction Teleport (#21858)

This commit is contained in:
Jelle Meeus
2025-04-09 11:34:53 +02:00
committed by GitHub
parent cf67c48a1f
commit 756c6c9001
4 changed files with 113 additions and 67 deletions

View File

@@ -4809,6 +4809,12 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->AttributesEx5 |= SPELL_ATTR5_ALLOW_ACTION_DURING_CHANNEL;
});
// Fatal Attraction
ApplySpellFix({ 40869 }, [](SpellInfo* spellInfo)
{
spellInfo->Effects[EFFECT_1].TargetB = SpellImplicitTargetInfo(TARGET_DEST_CASTER); // target set by script
});
// Fatal Attraction
ApplySpellFix({ 40870 }, [](SpellInfo* spellInfo)
{