diff --git a/src/scripts/Spells/spell_item.cpp b/src/scripts/Spells/spell_item.cpp index f3274adb5..2df661ca3 100644 --- a/src/scripts/Spells/spell_item.cpp +++ b/src/scripts/Spells/spell_item.cpp @@ -2444,8 +2444,8 @@ class spell_item_shadowmourne : public SpellScriptLoader return false; // Xinef: Not on BG / Arena - if (!GetTarget()->FindMap() || GetTarget()->FindMap()->IsBattlegroundOrArena()) - return false; + /*if (!GetTarget()->FindMap() || GetTarget()->FindMap()->IsBattlegroundOrArena()) + return false;*/ if (const SpellInfo* procSpell = eventInfo.GetDamageInfo()->GetSpellInfo()) if (!eventInfo.GetDamageInfo()->GetDamage())