Explorar o código

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 %!s(int64=17) %!d(string=hai) anos
pai
achega
581c0a893f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)