summaryrefslogtreecommitdiff
path: root/src/map/atcommand.c
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-11 05:01:48 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-11 05:01:48 +0000
commit22cb0f6ae50bedfe84c8f79f1835b116a9f04660 (patch)
treef4c881d1a5db74709e5f37e3c768d27e4542fea9 /src/map/atcommand.c
parent8675bbad09d98c3470b2fce314e92f9af9ceed93 (diff)
downloadhercules-22cb0f6ae50bedfe84c8f79f1835b116a9f04660.tar.gz
hercules-22cb0f6ae50bedfe84c8f79f1835b116a9f04660.tar.bz2
hercules-22cb0f6ae50bedfe84c8f79f1835b116a9f04660.tar.xz
hercules-22cb0f6ae50bedfe84c8f79f1835b116a9f04660.zip
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8698 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r--src/map/atcommand.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c
index d99f8efd2..57a439885 100644
--- a/src/map/atcommand.c
+++ b/src/map/atcommand.c
@@ -10905,6 +10905,7 @@ void do_init_atcommand() {
users_db = db_alloc(__FILE__,__LINE__,DB_UINT,DB_OPT_BASE,sizeof(int));
duel_count = 0;
malloc_tsetdword(&duel_list[0], 0, sizeof(duel_list));
+ add_timer_func_list(atshowmobs_timer, "atshowmobs_timer");
return;
}