diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-09-12 15:28:45 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-09-12 15:28:45 -0300 |
commit | 9968340355bfc22faca76b6e7080f868ac17ffa1 (patch) | |
tree | ee8872e461fe8ad1f4e175f7940c3ce0a5f9e6aa /conf/map/battle/monster.conf | |
parent | c40cbfc35a768afa89b22d66fc1796ee4466f73d (diff) | |
download | serverdata-9968340355bfc22faca76b6e7080f868ac17ffa1.tar.gz serverdata-9968340355bfc22faca76b6e7080f868ac17ffa1.tar.bz2 serverdata-9968340355bfc22faca76b6e7080f868ac17ffa1.tar.xz serverdata-9968340355bfc22faca76b6e7080f868ac17ffa1.zip |
Fix typo and missing configuration flag
Diffstat (limited to 'conf/map/battle/monster.conf')
-rw-r--r-- | conf/map/battle/monster.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/map/battle/monster.conf b/conf/map/battle/monster.conf index 899a6a70b..90a7a7da8 100644 --- a/conf/map/battle/monster.conf +++ b/conf/map/battle/monster.conf @@ -271,3 +271,8 @@ boss_icewall_walk_block: 1 // only have a range of 9. If you put a number higher than 0, their range will // be increased by that number. monster_eye_range_bonus: 0 + +// Should slaves chase after what their master is chasing? +// false: Don't chase after what master is chasing. (old behavior) +// true: Chase after what master is chasing. (official, default) +slave_chase_masters_chasetarget: false |