diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-04-05 17:11:16 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-04-05 17:11:16 +0000 |
commit | 00ea520e1d3d24f17845954c9665c22342afa486 (patch) | |
tree | a97c9e3338913b604efb97466422c517845df223 | |
parent | d1527fb4557f1b175677bfd171afff2994b84820 (diff) | |
download | hercules-00ea520e1d3d24f17845954c9665c22342afa486.tar.gz hercules-00ea520e1d3d24f17845954c9665c22342afa486.tar.bz2 hercules-00ea520e1d3d24f17845954c9665c22342afa486.tar.xz hercules-00ea520e1d3d24f17845954c9665c22342afa486.zip |
Fixed compile error, sorry ^^;
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1413 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | src/map/map.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/map.c b/src/map/map.c index 4a9fc171e..f17fdaf20 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; } |