diff options
Diffstat (limited to 'src/trinitycore/WorldRunnable.cpp')
-rw-r--r-- | src/trinitycore/WorldRunnable.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/trinitycore/WorldRunnable.cpp b/src/trinitycore/WorldRunnable.cpp index b57dbc6bce2..3edb96c2e8b 100644 --- a/src/trinitycore/WorldRunnable.cpp +++ b/src/trinitycore/WorldRunnable.cpp @@ -32,10 +32,10 @@ #include "Database/DatabaseEnv.h" -#ifdef WIN32 +#if (defined(SHORT_SLEEP) || defined(WIN32)) #define WORLD_SLEEP_CONST 50 #else -#define WORLD_SLEEP_CONST 100 //Is this still needed?? [On linux some time ago not working 50ms] +#define WORLD_SLEEP_CONST 100 //Is this still needed?? [On linux some time ago not working 50ms] #endif /// Heartbeat for the World |