diff options
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/battle/monster.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf-tmpl/battle/monster.conf b/conf-tmpl/battle/monster.conf index 0ba19d6c2..2ffe40015 100644 --- a/conf-tmpl/battle/monster.conf +++ b/conf-tmpl/battle/monster.conf @@ -149,7 +149,7 @@ mob_remove_delay: 300000 mob_clear_delay: 0 // Defines on who the mob npc_event gets executed when a mob is killed. -// Type 1: On theplayer that killed the mob (if killed by a non-player, resorts to type 0) +// 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. // NOTE: This affects who gains the Castle when the Emperium is broken. mob_npc_event_type: 1 |