From dda2fdff33a6d12d6e8f2913fbb439d9b670890f Mon Sep 17 00:00:00 2001 From: megamage Date: Sat, 11 Apr 2009 22:41:15 -0500 Subject: *Implement spell Disengage and Death Grip. --HG-- branch : trunk --- src/game/Object.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/Object.h') diff --git a/src/game/Object.h b/src/game/Object.h index 2fd45b45688..af165c853a2 100644 --- a/src/game/Object.h +++ b/src/game/Object.h @@ -455,6 +455,7 @@ class TRINITY_DLL_SPEC WorldObject : public Object float GetDistanceSq(const float &x, const float &y, const float &z) const; float GetDistance2d(const WorldObject* obj) const; float GetDistance2d(const float x, const float y) const; + float GetExactDistance2d(const float x, const float y) const; float GetDistanceZ(const WorldObject* obj) const; bool IsInMap(const WorldObject* obj) const { -- cgit v1.2.3