git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@804 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
amber
2004-12-27 02:46:25 +00:00
parent 55a0ac940d
commit 973fe525a7
3 changed files with 3 additions and 1 deletions

View File

@@ -3338,7 +3338,9 @@ int do_init(int argc, char **argv){
#undef mysql_query
int debug_mysql_query(char *file, int line, void *mysql, const char *q) {
#ifdef TWILIGHT
printf("sql: %s:%d# %s\n", file, line, q);
#endif
return mysql_query((MYSQL *) mysql, q);
}