aboutsummaryrefslogtreecommitdiff
path: root/src/game/Player.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Player.h')
-rw-r--r--src/game/Player.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/Player.h b/src/game/Player.h
index aadee62f52f..8e34ca7e9cd 100644
--- a/src/game/Player.h
+++ b/src/game/Player.h
@@ -2027,7 +2027,6 @@ class TRINITY_DLL_SPEC Player : public Unit
void StopCastingBindSight();
uint64 GetFarSightGUID() const { return GetUInt64Value(PLAYER_FARSIGHT); }
void SetFarSightGUID(uint64 guid) { SetUInt64Value(PLAYER_FARSIGHT, guid); }
- void SetBindSight(Unit *target);
WorldObject* GetFarsightTarget() const;
void ClearFarsight();
void SetFarsightTarget(WorldObject* target);