diff options
| author | n0n4m3 <none@none> | 2009-12-17 07:56:20 +0100 |
|---|---|---|
| committer | n0n4m3 <none@none> | 2009-12-17 07:56:20 +0100 |
| commit | 863fca80ebbc58af7377c10b322dae3758e40533 (patch) | |
| tree | 2ec91efa6f7fb9495f533a1d0e7b0d0e85e18020 /src/game/SpellEffects.cpp | |
| parent | 2b5151f50c32d18e27edac0cce3efc26338dd323 (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.cpp | 2 |
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*/) |
