From 908776dd93a0c5f20439aff3104f5c07722f6656 Mon Sep 17 00:00:00 2001 From: megamage Date: Mon, 5 Jan 2009 16:03:45 -0600 Subject: *Some update of relocation notify. --HG-- branch : trunk --- src/game/ObjectAccessor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/game/ObjectAccessor.cpp') diff --git a/src/game/ObjectAccessor.cpp b/src/game/ObjectAccessor.cpp index 7d51c4c0291..d2b0878c595 100644 --- a/src/game/ObjectAccessor.cpp +++ b/src/game/ObjectAccessor.cpp @@ -583,7 +583,7 @@ ObjectAccessor::UpdateObjectVisibility(WorldObject *obj) obj->GetMap()->UpdateObjectVisibility(obj,cell,p); } -void ObjectAccessor::UpdateVisibilityForPlayer( Player* player ) +/*void ObjectAccessor::UpdateVisibilityForPlayer( Player* player ) { CellPair p = Trinity::ComputeCellPair(player->GetPositionX(), player->GetPositionY()); Cell cell(p); @@ -591,7 +591,7 @@ void ObjectAccessor::UpdateVisibilityForPlayer( Player* player ) m->UpdatePlayerVisibility(player,cell,p); m->UpdateObjectsVisibilityFor(player,cell,p); -} +}*/ /// Define the static member of HashMapHolder -- cgit v1.2.3