Removed some redundant player->SaveToDB calls, original autor balrok

--HG--
branch : trunk
This commit is contained in:
n0n4m3
2009-12-17 07:56:20 +01:00
parent 2b5151f50c
commit 863fca80eb
8 changed files with 7 additions and 13 deletions

View File

@@ -146,7 +146,6 @@ void WorldSession::HandleMoveWorldportAckOpcode()
{
GetPlayer()->ResurrectPlayer(0.5f,false);
GetPlayer()->SpawnCorpseBones();
GetPlayer()->SaveToDB();
}
}