diff options
| author | megamage <none@none> | 2009-05-27 09:09:22 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-05-27 09:09:22 -0500 |
| commit | cb72853dc6a9e7aa5301c1ab4e7fccbe1f34d2f4 (patch) | |
| tree | 444980914b091b9add534251af6815452bda76bd /src/game/Object.h | |
| parent | 1497d8f3914177fff8a4ce0a69fb33ac2263b3c5 (diff) | |
*Cleanup message deliver functions. Remove unused parameters.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Object.h')
| -rw-r--r-- | src/game/Object.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/Object.h b/src/game/Object.h index 699cdca6b7f..b8dde77ae57 100644 --- a/src/game/Object.h +++ b/src/game/Object.h @@ -499,8 +499,8 @@ class TRINITY_DLL_SPEC WorldObject : public Object bool HasInArc( const float arcangle, const WorldObject* obj ) const; bool IsInBetween(const WorldObject *obj1, const WorldObject *obj2, float size = 0) const; - virtual void SendMessageToSet(WorldPacket *data, bool self, bool to_possessor = true); - virtual void SendMessageToSetInRange(WorldPacket *data, float dist, bool self, bool to_possessor = true); + virtual void SendMessageToSet(WorldPacket *data, bool self); + virtual void SendMessageToSetInRange(WorldPacket *data, float dist, bool self); void BuildHeartBeatMsg( WorldPacket *data ) const; void BuildTeleportAckMsg( WorldPacket *data, float x, float y, float z, float ang) const; |
