[Build] Some cleanup to the Windows build - not complete

This commit is contained in:
Antz 2015-02-04 23:10:04 +00:00 committed by Antz
parent 483c954621
commit d258cc922a
28 changed files with 1239 additions and 506 deletions

View file

@ -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!");