diff options
Diffstat (limited to 'src/login_sql/login.h')
-rw-r--r-- | src/login_sql/login.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/login_sql/login.h b/src/login_sql/login.h index abd28daef..086a50515 100644 --- a/src/login_sql/login.h +++ b/src/login_sql/login.h @@ -13,12 +13,6 @@ // supported encryption types: 1- passwordencrypt, 2- passwordencrypt2, 3- both #define PASSWORDENC 3 -#ifndef SQL_DEBUG - #define mysql_query(_x, _y) mysql_query(_x, _y) -#else - #define mysql_query(_x, _y) debug_mysql_query(__FILE__, __LINE__, _x, _y) -#endif - struct mmo_account { int version; char userid[NAME_LENGTH]; |