diff options
| author | megamage <none@none> | 2008-12-06 14:01:44 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2008-12-06 14:01:44 -0600 |
| commit | c5593ef779a4ba7bbe9df391bc0defd3bf6c33a1 (patch) | |
| tree | ae0cb37bc8f5de0d33bddae95747d7d2162cd8ce /src/game/Creature.cpp | |
| parent | 72edfea129c244cde9a18b3227f775250197ec99 (diff) | |
*Update to Mangos 6880. Source: Mangos.
*Skip 6878, 6871.
*Main change: change cell size, add is3dDistance for IsWithinDistInMap and isVisibleForOrDetect.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Creature.cpp')
| -rw-r--r-- | src/game/Creature.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Creature.cpp b/src/game/Creature.cpp index 7802dcd2922..f59acb0739b 100644 --- a/src/game/Creature.cpp +++ b/src/game/Creature.cpp @@ -1522,7 +1522,7 @@ void Creature::DeleteFromDB() WorldDatabase.CommitTransaction(); } -bool Creature::canSeeOrDetect(Unit const* u, bool detect, bool inVisibleList) const +bool Creature::canSeeOrDetect(Unit const* u, bool detect, bool inVisibleList, bool is3dDistance) const { // not in world if(!IsInWorld() || !u->IsInWorld()) |
