aboutsummaryrefslogtreecommitdiff
path: root/src/trinitycore/WorldRunnable.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2008-11-20 10:43:20 -0600
committermegamage <none@none>2008-11-20 10:43:20 -0600
commit85d28160134fc81d28304ffd3361a589a96b848a (patch)
tree778c3ab2a3cdd1c51d550abc23533e382f59f5a2 /src/trinitycore/WorldRunnable.cpp
parent0b61584e1b19afb8dbef376a4e2903d8631bfc1d (diff)
*DB script table stucture change. Source Mangos. Also fix some bugs. Hopefully this rev will make program usable again.
--HG-- branch : trunk
Diffstat (limited to 'src/trinitycore/WorldRunnable.cpp')
-rw-r--r--src/trinitycore/WorldRunnable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trinitycore/WorldRunnable.cpp b/src/trinitycore/WorldRunnable.cpp
index 1a30740ddd9..5592b1d2064 100644
--- a/src/trinitycore/WorldRunnable.cpp
+++ b/src/trinitycore/WorldRunnable.cpp
@@ -51,7 +51,7 @@ void WorldRunnable::run()
uint32 prevSleepTime = 0; // used for balanced full tick time length near WORLD_SLEEP_CONST
///- While we have not World::m_stopEvent, update the world
- while (!World::m_stopEvent)
+ while (!World::IsStopped())
{
++World::m_worldLoopCounter;
realCurrTime = getMSTime();