[Hotfix] Fix issues where we're using the wrong database pointers

This commit is contained in:
Akkadius
2024-02-12 21:41:52 -06:00
parent 20cdc1e63d
commit c50100fcdb
8 changed files with 26 additions and 10 deletions
+1 -1
View File
@@ -318,7 +318,7 @@ int main(int argc, char **argv)
}
/* Guilds */
guild_mgr.SetDatabase(&database);
guild_mgr.SetDatabase(&database)->SetContentDatabase(&content_db);
GuildBanks = nullptr;
#ifdef _EQDEBUG