* Cleaned up a mercenary kill check. (bugreport:2222)
Bug Fixes * Adjusted script commands that use script_isstring and script_isint to use script_getdata to dereference if variable is given. (bugreport:8198) * Removed the hardcoded password so that users can pass blank passwords through the config for MySQL. (bugreport:7787) * Increased the hostname array to account for longer hostnames. (bugreport:8003) * Fixed the CashShop not listing items correctly. (bugreport:7585) * Fixed Offertorium not consuming the correct amount of SP. (bugreport:8266) * Cart Boost effect stays even if the cart is removed. Revert of change in r16339. (bugreport:5808)
This commit is contained in:
@@ -37,7 +37,7 @@ Sql* sql_handle = NULL;
|
||||
int char_server_port = 3306;
|
||||
char char_server_ip[32] = "127.0.0.1";
|
||||
char char_server_id[32] = "ragnarok";
|
||||
char char_server_pw[32] = "ragnarok";
|
||||
char char_server_pw[32] = ""; // Allow user to send empty password (bugreport:7787)
|
||||
char char_server_db[32] = "ragnarok";
|
||||
char default_codepage[32] = ""; //Feature by irmin.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user