aboutsummaryrefslogtreecommitdiff
path: root/src/game/NPCHandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/NPCHandler.cpp')
-rw-r--r--src/game/NPCHandler.cpp6
1 files changed, 4 insertions, 2 deletions
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();
}