diff options
author | megamage <none@none> | 2009-01-17 13:42:41 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-01-17 13:42:41 -0600 |
commit | 2cf1a3be1b310feafc43781ab9178f0c1f35d352 (patch) | |
tree | 8c028b01c102bba566ebb32c8014ab19eba8f46a /src/game/Level0.cpp | |
parent | 8739ded05dbf68486551531024f1ad8ad7b389cf (diff) | |
parent | c5dfe7dac27a0441192af758dc55e6c71c83ccb4 (diff) |
*Update to Trinity 878.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Level0.cpp')
-rw-r--r-- | src/game/Level0.cpp | 3 |
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 |