Changeset 273

Show
Ignore:
Timestamp:
11/22/08 00:35:46 (17 years ago)
Author:
yumileroy
Message:

Added TARGET_UNIT_AREA_SCRIPT target to the list of target types using custom targets defined in spell_script_target.

Original author: gvcoman
Date: 2008-11-17 18:47:24-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/game/Spell.cpp

    r272 r273  
    15311531        case TARGET_SCRIPT: 
    15321532        case TARGET_SCRIPT_COORDINATES: 
     1533        case TARGET_UNIT_AREA_SCRIPT: 
    15331534        { 
    15341535            SpellScriptTarget::const_iterator lower = spellmgr.GetBeginSpellScriptTarget(m_spellInfo->Id);