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

@@ -6694,8 +6694,6 @@ void Spell::EffectSelfResurrect(uint32 i)
plr->SetPower(POWER_ENERGY, plr->GetMaxPower(POWER_ENERGY) );
plr->SpawnCorpseBones();
plr->SaveToDB();
}
void Spell::EffectSkinning(uint32 /*i*/)