diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index 64e9ba04bcc..c3670686679 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -1530,6 +1530,7 @@ void Spell::SetTargetMap(uint32 i,uint32 cur,std::list &TagUnitMap) }break; case TARGET_SCRIPT: case TARGET_SCRIPT_COORDINATES: + case TARGET_UNIT_AREA_SCRIPT: { SpellScriptTarget::const_iterator lower = spellmgr.GetBeginSpellScriptTarget(m_spellInfo->Id); SpellScriptTarget::const_iterator upper = spellmgr.GetEndSpellScriptTarget(m_spellInfo->Id);