Changeset 81 for trunk/src/game/Unit.cpp
- Timestamp:
- 11/19/08 13:32:32 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/Unit.cpp
r74 r81 8458 8458 return false; 8459 8459 8460 if(GetTypeId()==TYPEID_UNIT && (((Creature *)this)->GetCreatureInfo()->flags_extra & CREATURE_FLAG_EXTRA_TRIGGER)) 8461 return false; 8462 8460 8463 return isAlive() && !hasUnitState(UNIT_STAT_DIED)&& !isInFlight() /*&& !isStealth()*/; 8461 8464 }