Преглед изворни кода

Fixed an ancient sql query typo (bugreport:1979)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13046 54d463be-8e91-2dee-dedb-b68131a5f0ec
ultramage пре 17 година
родитељ
комит
581c0a893f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/char_sql/char.c

+ 1 - 1
src/char_sql/char.c

@@ -3794,7 +3794,7 @@ void do_final(void)
 
 	mapindex_final();
 
-	if( SQL_ERROR == Sql_Query(sql_handle, "DELETE FROM `ragsrvinfo") )
+	if( SQL_ERROR == Sql_Query(sql_handle, "DELETE FROM `ragsrvinfo`") )
 		Sql_ShowDebug(sql_handle);
 
 	if (login_fd > 0)