diff options
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/Changelog.txt | 5 | ||||
-rw-r--r-- | conf-tmpl/battle/skill.conf | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/conf-tmpl/Changelog.txt b/conf-tmpl/Changelog.txt index a73a69e99..b42e0d9de 100644 --- a/conf-tmpl/Changelog.txt +++ b/conf-tmpl/Changelog.txt @@ -1,5 +1,8 @@ Date Added - +2007/02/16 + * Collapsed config settings "sg_miracle_skill_min_duration" and + "sg_miracle_skill_max_duration" into "sg_miracle_skill_duration", which + defaults to an hour (skill.conf). 2007/02/12 * Corrected the meaning of "skill_display_fail&2", made 2 the default setting. [Skotlex] diff --git a/conf-tmpl/battle/skill.conf b/conf-tmpl/battle/skill.conf index ebd8b2ea3..32692a859 100644 --- a/conf-tmpl/battle/skill.conf +++ b/conf-tmpl/battle/skill.conf @@ -270,9 +270,8 @@ allow_es_magic_player: no //Miracle of the Sun, Moon and Stars skill ratio (100% = 10000) sg_miracle_skill_ratio: 1 -//Miracle of the Sun, Moon and Stars skill duration in miliseconds -sg_miracle_skill_min_duration: 3600000 -sg_miracle_skill_max_duration: 9000000 +//Miracle of the Sun, Moon and Stars skill duration in milliseconds +sg_miracle_skill_duration: 3600000 //Angel of the Sun, Moon and Stars skill ratio (100% = 10000) sg_angel_skill_ratio: 10 |