aboutsummaryrefslogtreecommitdiff
path: root/src/game/World.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/World.cpp
parent2b5151f50c32d18e27edac0cce3efc26338dd323 (diff)
Removed some redundant player->SaveToDB calls, original autor balrok
--HG-- branch : trunk
Diffstat (limited to 'src/game/World.cpp')
-rw-r--r--src/game/World.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/game/World.cpp b/src/game/World.cpp
index 43f2c40026d..a822d202288 100644
--- a/src/game/World.cpp
+++ b/src/game/World.cpp
@@ -2393,9 +2393,6 @@ void World::UpdateSessions(uint32 diff)
next = itr;
++next;
- if (!itr->second)
- continue;
-
///- and remove not active sessions from the list
if (!itr->second->Update(diff)) // As interval = 0
{