diff options
| author | megamage <none@none> | 2008-11-30 12:47:26 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2008-11-30 12:47:26 -0600 |
| commit | bb1ee8a004c79d0f2262820f92df4bd72bdd6587 (patch) | |
| tree | c240378ccc96b12f1f67cc9e096368bc95662a2c /src/trinitycore/WorldRunnable.cpp | |
| parent | 375d3ba4eb986676fc9084a93414083a89d542a0 (diff) | |
*Update to Mangos 6867. Source: Mangos.
*Big changes:
*[6858] Prevent cheating with ignore waiting in login queue.
*[6863] Arena team related clean ups and adding parts of w12x's arena patch.
*Some Config changes and guild changes.
--HG--
branch : trunk
Diffstat (limited to 'src/trinitycore/WorldRunnable.cpp')
| -rw-r--r-- | src/trinitycore/WorldRunnable.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/trinitycore/WorldRunnable.cpp b/src/trinitycore/WorldRunnable.cpp index 5592b1d2064..b57dbc6bce2 100644 --- a/src/trinitycore/WorldRunnable.cpp +++ b/src/trinitycore/WorldRunnable.cpp @@ -74,7 +74,6 @@ void WorldRunnable::run() prevSleepTime = 0; } - sWorld.KickAllQueued(); // kick all queued players (and prevent its login at kick in game players) sWorld.KickAll(); // save and kick all players sWorld.UpdateSessions( 1 ); // real players unload required UpdateSessions call |
