mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 16:37:00 +00:00
[Build] Some cleanup to the Windows build - not complete
This commit is contained in:
parent
483c954621
commit
d258cc922a
28 changed files with 1239 additions and 506 deletions
|
|
@ -467,7 +467,7 @@ void World::LoadConfigSettings(bool reload)
|
|||
}
|
||||
else
|
||||
{
|
||||
if (confVersion < _MANGOSDCONFVERSION)
|
||||
if (confVersion < MANGOSD_CONFIG_VERSION)
|
||||
{
|
||||
sLog.outError("*****************************************************************************");
|
||||
sLog.outError(" WARNING: Your mangosd.conf version indicates your conf file is out of date!");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue