aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellEffects.cpp
diff options
context:
space:
mode:
authorn0n4m3 <none@none>2009-12-17 07:56:20 +0100
committern0n4m3 <none@none>2009-12-17 07:56:20 +0100
commit863fca80ebbc58af7377c10b322dae3758e40533 (patch)
tree2ec91efa6f7fb9495f533a1d0e7b0d0e85e18020 /src/game/SpellEffects.cpp
parent2b5151f50c32d18e27edac0cce3efc26338dd323 (diff)
Removed some redundant player->SaveToDB calls, original autor balrok
--HG-- branch : trunk
Diffstat (limited to 'src/game/SpellEffects.cpp')
-rw-r--r--src/game/SpellEffects.cpp2
1 files changed, 0 insertions, 2 deletions
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*/)