mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2025-12-15 14:50:44 -08:00
Core/Config Not initial conf files are optional now
This commit is contained in:
parent
3b2fb0949b
commit
6966eba2bb
1 changed files with 1 additions and 2 deletions
|
|
@ -63,8 +63,7 @@ bool ConfigMgr::Reload()
|
|||
if (!LoadInitial((*it).c_str()))
|
||||
return false;
|
||||
} else {
|
||||
if (!LoadMore((*it).c_str()))
|
||||
return false;
|
||||
LoadMore((*it).c_str());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue