fix(Scripts/Spells): Kil'Jaeden Fire Bloom AoE pet damage (#22133)
This commit is contained in:
parent
06e78fa8f2
commit
6cdf185412
1 changed files with 4 additions and 2 deletions
|
|
@ -4897,8 +4897,10 @@ void SpellMgr::LoadSpellInfoCorrections()
|
|||
spellInfo->Effects[EFFECT_0].RadiusEntry = sSpellRadiusStore.LookupEntry(EFFECT_RADIUS_70_YARDS);
|
||||
});
|
||||
|
||||
// Encapsulate
|
||||
ApplySpellFix({ 45662 }, [](SpellInfo* spellInfo)
|
||||
ApplySpellFix({
|
||||
45662, // Encapsulate
|
||||
45642 // Fire Bloom
|
||||
}, [](SpellInfo* spellInfo)
|
||||
{
|
||||
spellInfo->AttributesEx7 |= SPELL_ATTR7_TREAT_AS_NPC_AOE;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue