mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-29 08:33:47 +00:00
Core/Config Not initial conf files are optional now
This commit is contained in:
@@ -63,8 +63,7 @@ bool ConfigMgr::Reload()
|
|||||||
if (!LoadInitial((*it).c_str()))
|
if (!LoadInitial((*it).c_str()))
|
||||||
return false;
|
return false;
|
||||||
} else {
|
} else {
|
||||||
if (!LoadMore((*it).c_str()))
|
LoadMore((*it).c_str());
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user