diff options
author | n0n4m3 <none@none> | 2009-12-17 07:56:20 +0100 |
---|---|---|
committer | n0n4m3 <none@none> | 2009-12-17 07:56:20 +0100 |
commit | 863fca80ebbc58af7377c10b322dae3758e40533 (patch) | |
tree | 2ec91efa6f7fb9495f533a1d0e7b0d0e85e18020 /src/game/NPCHandler.cpp | |
parent | 2b5151f50c32d18e27edac0cce3efc26338dd323 (diff) |
Removed some redundant player->SaveToDB calls, original autor balrok
--HG--
branch : trunk
Diffstat (limited to 'src/game/NPCHandler.cpp')
-rw-r--r-- | src/game/NPCHandler.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/NPCHandler.cpp b/src/game/NPCHandler.cpp index 57f9391176c..15201f86dd3 100644 --- a/src/game/NPCHandler.cpp +++ b/src/game/NPCHandler.cpp @@ -395,8 +395,6 @@ void WorldSession::SendSpiritResurrect() else //ObjectAccessor::UpdateVisibilityForPlayer(_player); _player->SetToNotify(); - - _player->SaveToDB(); } void WorldSession::HandleBinderActivateOpcode( WorldPacket & recv_data ) |