summaryrefslogtreecommitdiff
path: root/src/login/account_sql.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/login/account_sql.c')
-rw-r--r--src/login/account_sql.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/login/account_sql.c b/src/login/account_sql.c
index 53785f39f..218248c82 100644
--- a/src/login/account_sql.c
+++ b/src/login/account_sql.c
@@ -690,5 +690,7 @@ static bool mmo_auth_tosql(AccountDB_SQL* db, const struct mmo_account* acc, boo
void account_db_sql_up(AccountDB* self) {
AccountDB_SQL* db = (AccountDB_SQL*)self;
Sql_HerculesUpdateCheck(db->accounts);
+#ifdef CONSOLE_INPUT
console->setSQL(db->accounts);
+#endif
}