From 863fca80ebbc58af7377c10b322dae3758e40533 Mon Sep 17 00:00:00 2001 From: n0n4m3 Date: Thu, 17 Dec 2009 07:56:20 +0100 Subject: Removed some redundant player->SaveToDB calls, original autor balrok --HG-- branch : trunk --- src/game/SpellEffects.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/game/SpellEffects.cpp') diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index cf275693a82..b6bc9aed572 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -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*/) -- cgit v1.2.3