Show
Ignore:
Timestamp:
11/21/08 08:48:46 (17 years ago)
Author:
yumileroy
Message:

*Add m_isAggressive. Only aggressive creatures will call AttackStart? and MoveInLineOfSight?.
*Set melee dmg school for summoned creatures.
*Fix some compiling errors.

Original author: megamage
Date: 2008-11-20 18:54:50-06:00

Files:
1 modified

Legend:

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

    r126 r265  
    9898        default: break; 
    9999    } 
     100 
     101    if(GetEntry() == SENTRY_TOTEM_ENTRY) 
     102        SetAggressive(true); 
    100103} 
    101104