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/Master.cpp | |
parent | 575c231a51bf78dd8556d8a24ed49c44a8e530e9 (diff) |
Fixed some typos
--HG--
branch : trunk
Diffstat (limited to 'src/trinitycore/Master.cpp')
-rw-r--r-- | src/trinitycore/Master.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trinitycore/Master.cpp b/src/trinitycore/Master.cpp index ba293ec841a..f62168fa9be 100644 --- a/src/trinitycore/Master.cpp +++ b/src/trinitycore/Master.cpp @@ -39,7 +39,7 @@ #include "Master.h" #include "RASocket.h" #include "ScriptCalls.h" -#include "Timer.h" +#include "TimeMgr.h" #include "Util.h" #include "sockets/TcpSocket.h" |