Script/Spell: Shadowmourne - Soul Fragment Proc (Enable on BG And Arena) (#307)

This commit is contained in:
justdothings
2017-01-01 18:39:32 +04:00
committed by Francesco Borzì
parent c3612fed30
commit fd305ad8a6

View File

@@ -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())