fix(Script/ICC): Make Sindragosa Tail Smash - ignore LOS(#20935)
This commit is contained in:
parent
23e27f350e
commit
478a076589
@ -3107,6 +3107,7 @@ void SpellMgr::LoadSpellInfoCorrections()
|
||||
// Tail Smash (Sindragosa)
|
||||
ApplySpellFix({ 71077 }, [](SpellInfo* spellInfo)
|
||||
{
|
||||
spellInfo->AttributesEx2 |= SPELL_ATTR2_IGNORE_LINE_OF_SIGHT;
|
||||
spellInfo->Effects[EFFECT_0].TargetA = SpellImplicitTargetInfo(TARGET_DEST_CASTER_BACK);
|
||||
spellInfo->Effects[EFFECT_0].TargetB = SpellImplicitTargetInfo(TARGET_UNIT_DEST_AREA_ENEMY);
|
||||
spellInfo->Effects[EFFECT_1].TargetA = SpellImplicitTargetInfo(TARGET_DEST_CASTER_BACK);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user