diff options
author | n0n4m3 <none@none> | 2009-12-23 09:05:17 +0100 |
---|---|---|
committer | n0n4m3 <none@none> | 2009-12-23 09:05:17 +0100 |
commit | 73a849ae1d87d5f1c2bbf6576b8f800c2eaf9bab (patch) | |
tree | 8184a91e8ccd9daae40070dca5601539dffe0403 /src/trinitycore/WorldRunnable.cpp | |
parent | 575c231a51bf78dd8556d8a24ed49c44a8e530e9 (diff) |
Fixed some typos
--HG--
branch : trunk
Diffstat (limited to 'src/trinitycore/WorldRunnable.cpp')
-rw-r--r-- | src/trinitycore/WorldRunnable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trinitycore/WorldRunnable.cpp b/src/trinitycore/WorldRunnable.cpp index 67ffe7c474e..2125ba435db 100644 --- a/src/trinitycore/WorldRunnable.cpp +++ b/src/trinitycore/WorldRunnable.cpp @@ -30,7 +30,7 @@ #include "BattleGroundMgr.h" #include "MapManager.h" -#include "Timer.h" +#include "TimeMgr.h" #include "WorldRunnable.h" #define WORLD_SLEEP_CONST 50 |