fix(Spells): Living Bomb explosion should not be reflectable by Spell Reflection (#26209)

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Xepic90
2026-06-16 11:48:03 -04:00
committed by GitHub
parent 35a561849b
commit 67f2fbdf91
@@ -1068,6 +1068,8 @@ void SpellMgr::LoadSpellInfoCorrections()
{
spellInfo->AttributesEx3 |= SPELL_ATTR3_SUPPRESS_TARGET_PROCS;
spellInfo->AttributesEx4 |= SPELL_ATTR4_DAMAGE_DOESNT_BREAK_AURAS;
// Explosion is AoE triggered on aura expiry - cannot be reflected (retail: Spell Reflection only works on single-target spells)
spellInfo->AttributesEx |= SPELL_ATTR1_NO_REFLECTION;
});
// Evocation