Fix database connection pointer bucket consistency

This commit is contained in:
Akkadius
2021-02-28 19:31:46 -06:00
parent 66f89416d5
commit 450c748299
8 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -318,7 +318,7 @@ int main(int argc, char** argv) {
return 1;
}
LogInfo("Loading skill caps");
if (!database.LoadSkillCaps(std::string(hotfix_name))) {
if (!content_db.LoadSkillCaps(std::string(hotfix_name))) {
LogError("Loading skill caps failed!");
return 1;
}