diff options
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r-- | src/map/atcommand.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c index b9ec2c72c..07dc0d3a4 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -8548,8 +8548,6 @@ int atcommand_config_read(const char* cfgName) void do_init_atcommand() { users_db = uidb_alloc(DB_OPT_BASE); - duel_count = 0; - memset(&duel_list[0], 0, sizeof(duel_list)); add_timer_func_list(atshowmobs_timer, "atshowmobs_timer"); return; } |