mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 19:10:25 +00:00
[Hotfix] Fix issues where we're using the wrong database pointers
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user