From fd305ad8a610b7695037a9ee367768472e7d9c67 Mon Sep 17 00:00:00 2001 From: justdothings Date: Sun, 1 Jan 2017 18:39:32 +0400 Subject: [PATCH] Script/Spell: Shadowmourne - Soul Fragment Proc (Enable on BG And Arena) (#307) --- src/scripts/Spells/spell_item.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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())