ソースを参照

Fixed compile error, sorry ^^;

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1413 54d463be-8e91-2dee-dedb-b68131a5f0ec
celest 20 年 前
コミット
76c6d019db
1 ファイル変更0 行追加2 行削除
  1. 0 2
      src/map/map.c

+ 0 - 2
src/map/map.c

@@ -3070,8 +3070,6 @@ int log_sql_init(void){
 
 int online_timer (int tid,unsigned int tick,int id,int data)
 {
-	if(check_online_timer != tid)
-		return 0;
 	char_online_check();
 	return 0;
 }