Changeset 28 for trunk/src/game/WaypointMovementGenerator.cpp
- Timestamp:
- 11/19/08 13:24:39 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/WaypointMovementGenerator.cpp
r18 r28 86 86 // Waypoint movement can be switched on/off 87 87 // This is quite handy for escort quests and other stuff 88 if(creature.hasUnitState(UNIT_STAT_ROOT | UNIT_STAT_STUN DED | UNIT_STAT_DISTRACTED))88 if(creature.hasUnitState(UNIT_STAT_ROOT | UNIT_STAT_STUNNED | UNIT_STAT_DISTRACTED)) 89 89 return true; 90 90