diff options
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; |