Get factions fully moved over [skip ci]

This commit is contained in:
Akkadius
2020-03-31 02:49:42 -05:00
parent dae20afcba
commit 63eca22aac
3 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -322,7 +322,7 @@ int main(int argc, char** argv) {
}
LogInfo("Loading npc faction lists");
if (!database.LoadNPCFactionLists(hotfix_name)) {
if (!content_db.LoadNPCFactionLists(hotfix_name)) {
LogError("Loading npcs faction lists failed!");
return 1;
}