diff options
Diffstat (limited to 'src/game/Player.cpp')
-rw-r--r-- | src/game/Player.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/game/Player.cpp b/src/game/Player.cpp index 3bb7c959ca0..20abcc3ec02 100644 --- a/src/game/Player.cpp +++ b/src/game/Player.cpp @@ -19874,14 +19874,6 @@ void Player::HandleFallUnderMap() sLog.outDetail("Viewport for "I64FMT" (%s) changed to "I64FMT, GetGUID(), GetName(), guid); }*/ -void Player::SetBindSight(Unit *target) -{ - if(target) - target->AddPlayerToVision(this); - else - target->RemovePlayerFromVision(this); -} - WorldObject* Player::GetFarsightTarget() const { // Players can have in farsight field another player's guid, a creature's guid, or a dynamic object's guid |