fix(Core/Spells): Shadow Weaving should not proc off from DoTs. (#11825)
This commit is contained in:
parent
5912f654df
commit
7b4e1ef7d3
1 changed files with 0 additions and 7 deletions
|
|
@ -1200,13 +1200,6 @@ void SpellMgr::LoadSpellInfoCorrections()
|
|||
spellInfo->Effects[EFFECT_0].TargetA = SpellImplicitTargetInfo(TARGET_UNIT_CASTER_AREA_PARTY);
|
||||
});
|
||||
|
||||
// Shadow Weaving
|
||||
ApplySpellFix({ 15257, 15331, 15332 }, [](SpellInfo* spellInfo)
|
||||
{
|
||||
spellInfo->Effects[EFFECT_0].TargetA = SpellImplicitTargetInfo(TARGET_UNIT_CASTER);
|
||||
spellInfo->Effects[EFFECT_0].ApplyAuraName = SPELL_AURA_PROC_TRIGGER_SPELL;
|
||||
});
|
||||
|
||||
// Hymn of Hope
|
||||
ApplySpellFix({ 64904 }, [](SpellInfo* spellInfo)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue