Fix and unify GetCoreVersion
Fixed for cmangos (tbc)
This commit is contained in:
@@ -43,8 +43,8 @@ namespace LuaGlobalFunctions
|
||||
/**
|
||||
* Returns emulator version
|
||||
*
|
||||
* - For TrinityCore returns the date of the last revision, e.g. `2014-08-13 17:27:22 +0300`
|
||||
* - For cMaNGOS/MaNGOS returns the revision number, e.g. `12708`
|
||||
* - For TrinityCore returns the date of the last revision, e.g. `2015-08-26 22:53:12 +0300`
|
||||
* - For cMaNGOS/MaNGOS returns the date and time of the last revision, e.g. `2015-09-06 13:18:50`
|
||||
*
|
||||
* @return string version
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user