From 67f2fbdf91050ead3de01b6e5bd8c089bc6bffd1 Mon Sep 17 00:00:00 2001 From: Xepic90 Date: Tue, 16 Jun 2026 11:48:03 -0400 Subject: [PATCH] fix(Spells): Living Bomb explosion should not be reflectable by Spell Reflection (#26209) Co-authored-by: Claude Sonnet 4.6 --- src/server/game/Spells/SpellInfoCorrections.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/server/game/Spells/SpellInfoCorrections.cpp b/src/server/game/Spells/SpellInfoCorrections.cpp index cd00baf9f7..0f71208b08 100644 --- a/src/server/game/Spells/SpellInfoCorrections.cpp +++ b/src/server/game/Spells/SpellInfoCorrections.cpp @@ -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