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/World.cpp | |
| parent | 2b5151f50c32d18e27edac0cce3efc26338dd323 (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.cpp | 3 |
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 { |
