Fixed compile error, sorry ^^;

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1413 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
celest 2005-04-05 17:11:16 +00:00
parent 1ea4b4dc0c
commit 76c6d019db

View File

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