mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
Fixed compilation and some copy paste error
This commit is contained in:
@@ -42,7 +42,7 @@ bool ConfigMgr::LoadInitial(char const* file)
|
||||
return false;
|
||||
|
||||
// Since we're using only one section per config file, we skip the section and have direct property access
|
||||
_config = fullTree.begin().second;
|
||||
_config = fullTree.begin()->second;
|
||||
}
|
||||
catch (std::exception const& /*ex*/)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user