From 7603ea174c2d44cafee2b8aa833f80114c045500 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 4 Oct 2014 17:44:21 +0300 Subject: Increase sql password field size from 32 to 100 chars. 32 chars is very small for password. --- src/char/inter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/char/inter.c') diff --git a/src/char/inter.c b/src/char/inter.c index e5a7d411c..2c652d897 100644 --- a/src/char/inter.c +++ b/src/char/inter.c @@ -41,7 +41,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[100] = "ragnarok"; char char_server_db[32] = "ragnarok"; char default_codepage[32] = ""; //Feature by irmin. -- cgit v1.2.3-70-g09d2