This commit is contained in:
lee1991
2017-01-05 21:48:06 +00:00
10 changed files with 215 additions and 117 deletions

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