From fe1cc2f25ac9ddaad8213e6f34268f1329c3d865 Mon Sep 17 00:00:00 2001 From: ultramage Date: Sat, 7 Apr 2007 04:21:29 +0000 Subject: - Moved e_mail_check() and config_switch() to strlib.h - Synchronized the login servers a bit git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10174 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/login_sql/login.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/login_sql/login.h') diff --git a/src/login_sql/login.h b/src/login_sql/login.h index 110c6a876..7afe4b358 100644 --- a/src/login_sql/login.h +++ b/src/login_sql/login.h @@ -11,13 +11,9 @@ #define LAN_CONF_NAME "conf/subnet_athena.conf" #ifndef SQL_DEBUG - -#define mysql_query(_x, _y) mysql_query(_x, _y) - + #define mysql_query(_x, _y) mysql_query(_x, _y) #else - -#define mysql_query(_x, _y) debug_mysql_query(__FILE__, __LINE__, _x, _y) - + #define mysql_query(_x, _y) debug_mysql_query(__FILE__, __LINE__, _x, _y) #endif #define PASSWORDENC 3 // A definition is given when making an encryption password correspond. -- cgit v1.2.3-60-g2f50