fix(Scripts/Spells): Kil'Jaeden Fire Bloom AoE pet damage (#22133)

This commit is contained in:
Jelle Meeus
2025-05-17 08:36:47 +02:00
committed by GitHub
parent 06e78fa8f2
commit 6cdf185412

View File

@@ -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;
});