mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
[Core] Updated build defintions. Thanks lfxgroove
This commit is contained in:
parent
86690df496
commit
8d61f83e7c
4 changed files with 13 additions and 13 deletions
|
|
@ -103,9 +103,9 @@ bool ChatHandler::HandleServerInfoCommand(char* /*args*/)
|
|||
|
||||
char const* full;
|
||||
if (m_session)
|
||||
full = _FULLVERSION(REVISION_DATE, REVISION_TIME, REVISION_NR, "|cffffffff|Hurl:" REVISION_ID "|h" REVISION_ID "|h|r");
|
||||
full = MANGOS_FULLVERSION(REVISION_DATE, REVISION_TIME, REVISION_NR, "|cffffffff|Hurl:" REVISION_ID "|h" REVISION_ID "|h|r");
|
||||
else
|
||||
full = _FULLVERSION(REVISION_DATE, REVISION_TIME, REVISION_NR, REVISION_ID);
|
||||
full = MANGOS_FULLVERSION(REVISION_DATE, REVISION_TIME, REVISION_NR, REVISION_ID);
|
||||
SendSysMessage(full);
|
||||
|
||||
if (sScriptMgr.IsScriptLibraryLoaded())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue