diff options
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/Changelog.txt | 3 | ||||
-rw-r--r-- | conf-tmpl/battle/skill.conf | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/conf-tmpl/Changelog.txt b/conf-tmpl/Changelog.txt index b5b49e50c..a73a69e99 100644 --- a/conf-tmpl/Changelog.txt +++ b/conf-tmpl/Changelog.txt @@ -1,5 +1,8 @@ Date Added +2007/02/12 + * Corrected the meaning of "skill_display_fail&2", made 2 the default + setting. [Skotlex] 2007/02/08 * Since the mysql ping interval is now autoconfigured, removed the connection_ping_interval config setting in inter_athena.conf diff --git a/conf-tmpl/battle/skill.conf b/conf-tmpl/battle/skill.conf index 8c7d00e17..ebd8b2ea3 100644 --- a/conf-tmpl/battle/skill.conf +++ b/conf-tmpl/battle/skill.conf @@ -161,7 +161,7 @@ land_skill_limit: 1 // 2 - Disable skill-failed messages due to can-act delays. // 4 - Disable failed message from Snatcher // 8 - Disable failed message from Envenom -display_skill_fail: 0 +display_skill_fail: 2 // Can a player in chat room (in-game), be warped by a warp portal? (Note 1) chat_warpportal: no |