mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 02:20:27 +00:00
Merge branch 'master' of https://github.com/azerothcore/azerothcore-wotlk
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user