diff options
Diffstat (limited to 'conf/battle')
-rw-r--r-- | conf/battle/monster.conf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/conf/battle/monster.conf b/conf/battle/monster.conf index 301a1b8eb..779a69f43 100644 --- a/conf/battle/monster.conf +++ b/conf/battle/monster.conf @@ -183,10 +183,6 @@ mob_remove_damaged: yes // Delay before removing mobs from empty maps (default 5 min = 300 secs) mob_remove_delay: 300000 -// Can add a delay before sending monster death packet (time is in milliseconds and default 0 is off) -// Increasing this can fix the problem with monster sprites still appearing after it died. Recommended value: 10. -mob_clear_delay: 0 - // Defines on who the mob npc_event gets executed when a mob is killed. // Type 1: On the player that killed the mob (if killed by a non-player, resorts to type 0) // Type 0: On the player that did the most damage to the mob. |