Merge branch 'master' of https://github.com/azerothcore/azerothcore-wotlk
This commit is contained in:
commit
d63d3aa5f0
10 changed files with 215 additions and 117 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue