Allow blank SQL passwords (#4827)
* Allow blank password for log and login schema. Thanks to @marky291!
This commit is contained in:
@@ -93,7 +93,7 @@ char guild_storage_log_table[32] = "guild_storage_log";
|
||||
char log_db_ip[64] = "127.0.0.1";
|
||||
int log_db_port = 3306;
|
||||
char log_db_id[32] = "ragnarok";
|
||||
char log_db_pw[32] = "ragnarok";
|
||||
char log_db_pw[32] = "";
|
||||
char log_db_db[32] = "log";
|
||||
Sql* logmysql_handle;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user