From 76c6d019dbc695a05b985b788a925c98dced8448 Mon Sep 17 00:00:00 2001 From: celest Date: Tue, 5 Apr 2005 17:11:16 +0000 Subject: [PATCH] Fixed compile error, sorry ^^; git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1413 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/map.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/map/map.c b/src/map/map.c index 4a9fc171ec..f17fdaf20d 100644 --- a/src/map/map.c +++ b/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; }