Browse Source

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 năm trước cách đây
mục cha
commit
581c0a893f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)