diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2019-05-01 20:03:28 +0800 |
---|---|---|
committer | Ibrahim Zidan <brahem@aotsw.com> | 2019-05-04 01:23:11 +0200 |
commit | de087daad09ad964283d036cab64b0bfb180a7a9 (patch) | |
tree | 658e4bf553b65fae8929b25c1ee99edbf20276f4 /conf/map/battle/monster.conf | |
parent | 89c24a6a7ded6dedfb92ccccb3d5f0ffa7a55631 (diff) | |
download | hercules-de087daad09ad964283d036cab64b0bfb180a7a9.tar.gz hercules-de087daad09ad964283d036cab64b0bfb180a7a9.tar.bz2 hercules-de087daad09ad964283d036cab64b0bfb180a7a9.tar.xz hercules-de087daad09ad964283d036cab64b0bfb180a7a9.zip |
Correct spacing for comment blocks in conf/* config files
Diffstat (limited to 'conf/map/battle/monster.conf')
-rw-r--r-- | conf/map/battle/monster.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/map/battle/monster.conf b/conf/map/battle/monster.conf index 01ebbe2e1..8f969dc48 100644 --- a/conf/map/battle/monster.conf +++ b/conf/map/battle/monster.conf @@ -137,7 +137,7 @@ mob_skill_delay: 100 mob_count_rate: 100 // Respawn rate of monsters on a map. 50 would make mobs respawn twice as fast (half delay time) (Note 2) -//Note: This does not affects mobs with immediate respawn (most normal mobs) +// Note: This does not affects mobs with immediate respawn (most normal mobs) mob_spawn_delay: 100 plant_spawn_delay: 100 boss_spawn_delay: 100 |