mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 07:38:36 +00:00
[Hotfix] Fix issues where we're using the wrong database pointers
This commit is contained in:
@@ -264,7 +264,7 @@ bool WorldBoot::DatabaseLoadRoutines(int argc, char **argv)
|
||||
}
|
||||
}
|
||||
|
||||
guild_mgr.SetDatabase(&database);
|
||||
guild_mgr.SetDatabase(&database)->SetContentDatabase(&content_db);
|
||||
|
||||
LogInfo("Purging expired data buckets");
|
||||
database.PurgeAllDeletedDataBuckets();
|
||||
|
||||
Reference in New Issue
Block a user