aboutsummaryrefslogtreecommitdiff
path: root/src/game/Level0.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-01-17 13:33:07 -0600
committermegamage <none@none>2009-01-17 13:33:07 -0600
commitc5dfe7dac27a0441192af758dc55e6c71c83ccb4 (patch)
treee9075c32f9cd1176090e1530f5aaae247d3bc867 /src/game/Level0.cpp
parent88fd7455323b0e58ea2b808510d8c7e5aa1cd599 (diff)
parentadeb696f756739e2ed5b9c3ef4f7551ce023ff2b (diff)
*Merge.
--HG-- branch : trunk
Diffstat (limited to 'src/game/Level0.cpp')
-rw-r--r--src/game/Level0.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/Level0.cpp b/src/game/Level0.cpp
index 63a015f9802..ff7d58f8da1 100644
--- a/src/game/Level0.cpp
+++ b/src/game/Level0.cpp
@@ -31,6 +31,7 @@
#include "Language.h"
#include "AccountMgr.h"
#include "SystemConfig.h"
+#include "revision.h"
#include "Util.h"
bool ChatHandler::HandleHelpCommand(const char* args)
@@ -95,7 +96,7 @@ bool ChatHandler::HandleServerInfoCommand(const char* /*args*/)
std::string str = secsToTimeString(sWorld.GetUptime());
uint32 updateTime = sWorld.GetUpdateTime();
- PSendSysMessage(_FULLVERSION); //char const* full;
+ PSendSysMessage(_FULLVERSION);
//if(m_session)
// full = _FULLVERSION(REVISION_DATE,REVISION_TIME,"|cffffffff|Hurl:" REVISION_ID "|h" REVISION_ID "|h|r");
//else