From 55ef3bca2ae79d87d2e08e80bf29eec38892545f Mon Sep 17 00:00:00 2001 From: megamage Date: Sat, 20 Dec 2008 17:42:40 -0600 Subject: *Update visibility only once per update. --HG-- branch : trunk --- src/game/NPCHandler.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/game/NPCHandler.cpp') diff --git a/src/game/NPCHandler.cpp b/src/game/NPCHandler.cpp index 59e88d669bc..04c31ff8f8d 100644 --- a/src/game/NPCHandler.cpp +++ b/src/game/NPCHandler.cpp @@ -399,11 +399,13 @@ void WorldSession::SendSpiritResurrect() _player->TeleportTo(corpseGrave->map_id, corpseGrave->x, corpseGrave->y, corpseGrave->z, _player->GetOrientation()); // or update at original position else - ObjectAccessor::UpdateVisibilityForPlayer(_player); + //ObjectAccessor::UpdateVisibilityForPlayer(_player); + _player->SetToNotify(); } // or update at original position else - ObjectAccessor::UpdateVisibilityForPlayer(_player); + //ObjectAccessor::UpdateVisibilityForPlayer(_player); + _player->SetToNotify(); _player->SaveToDB(); } -- cgit v1.2.3