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

@@ -748,8 +748,6 @@ void WorldSession::HandleReclaimCorpseOpcode(WorldPacket &recv_data)
// spawn bones
GetPlayer()->SpawnCorpseBones();
GetPlayer()->SaveToDB();
}
void WorldSession::HandleResurrectResponseOpcode(WorldPacket & recv_data)
@@ -774,7 +772,6 @@ void WorldSession::HandleResurrectResponseOpcode(WorldPacket & recv_data)
return;
GetPlayer()->ResurectUsingRequestData();
GetPlayer()->SaveToDB();
}
void WorldSession::HandleAreaTriggerOpcode(WorldPacket & recv_data)