diff options
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/Changelog.txt | 2 | ||||
-rw-r--r-- | conf-tmpl/battle/skill.conf | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/conf-tmpl/Changelog.txt b/conf-tmpl/Changelog.txt index d339798eb..9dea17478 100644 --- a/conf-tmpl/Changelog.txt +++ b/conf-tmpl/Changelog.txt @@ -1,5 +1,7 @@ Date Added +2007/09/13 + * Trigger rate Miracle of the Sun, Moon and Stars is now 0.02% [Skotlex] 2007/09/10 * Added 'quest_exp_rate', adjusts exp gained by 'getexp' [ultramage] 2007/09/05 diff --git a/conf-tmpl/battle/skill.conf b/conf-tmpl/battle/skill.conf index e6827b796..a7ddc3cac 100644 --- a/conf-tmpl/battle/skill.conf +++ b/conf-tmpl/battle/skill.conf @@ -260,7 +260,7 @@ allow_skill_without_day: no allow_es_magic_player: no // Miracle of the Sun, Moon and Stars skill ratio (100% = 10000) -sg_miracle_skill_ratio: 1 +sg_miracle_skill_ratio: 2 // Miracle of the Sun, Moon and Stars skill duration in milliseconds sg_miracle_skill_duration: 3600000 |