Changeset 286 for trunk

Show
Ignore:
Timestamp:
11/22/08 05:30:06 (17 years ago)
Author:
yumileroy
Message:

*Also search worldobjectlist for active creature when spell target is target_entry.

Original author: megamage
Date: 2008-11-21 23:26:16-06:00

Files:
1 modified

Legend:

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

    r285 r286  
    12811281    Trinity::SpellNotifierCreatureAndPlayer notifier(*this, TagUnitMap, radius, type, TargetType, entry); 
    12821282     
    1283     if(TargetType != SPELL_TARGETS_ENTRY) 
     1283    //if(TargetType != SPELL_TARGETS_ENTRY) 
    12841284    { 
    12851285        TypeContainerVisitor<Trinity::SpellNotifierCreatureAndPlayer, WorldTypeMapContainer > world_object_notifier(notifier);