Changeset 193 for trunk/src/game/Creature.cpp
- Timestamp:
- 11/19/08 13:45:05 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/Creature.cpp
r186 r193 1530 1530 1531 1531 // Now check is target visible with LoS 1532 return u->IsWithinLOS(GetPositionX(),GetPositionY(),GetPositionZ()); 1532 //return u->IsWithinLOS(GetPositionX(),GetPositionY(),GetPositionZ()); 1533 return true; 1533 1534 } 1534 1535