diff options
Diffstat (limited to 'src/map/mail.c')
-rw-r--r-- | src/map/mail.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/map/mail.c b/src/map/mail.c index 71c9b8c89..65d6ed3f3 100644 --- a/src/map/mail.c +++ b/src/map/mail.c @@ -24,18 +24,6 @@ #include "pc.h" #include "mail.h" -#ifndef TXT_ONLY - #ifndef SQL_DEBUG - - #define mysql_query(_x, _y) mysql_real_query(_x, _y, strlen(_y)) - - #else - - #define mysql_query(_x, _y) debug_mysql_query(__FILE__, __LINE__, _x, _y) - - #endif -#endif - int MAIL_CHECK_TIME = 120000; int mail_timer; //extern char *msg_table[1000]; // Server messages (0-499 reserved for GM commands, 500-999 reserved for others) |