mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Fix database connection pointer bucket consistency
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user