diff options
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/Changelog.txt | 1 | ||||
-rw-r--r-- | conf-tmpl/battle/player.conf | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/conf-tmpl/Changelog.txt b/conf-tmpl/Changelog.txt index a35b3283e..8aed77a3c 100644 --- a/conf-tmpl/Changelog.txt +++ b/conf-tmpl/Changelog.txt @@ -1,6 +1,7 @@ Date Added 2007/01/03 + * Changed friend_auto_add to 'yes' (closer to official, except for one detail) * Changed monster_class_change_full_recover to 'yes' (official) [ultramage] 2006/12/20 * Fixed the meaning of stdout_with_ansisequence and changed the default diff --git a/conf-tmpl/battle/player.conf b/conf-tmpl/battle/player.conf index fbec77f15..f0e8b9f1b 100644 --- a/conf-tmpl/battle/player.conf +++ b/conf-tmpl/battle/player.conf @@ -126,7 +126,8 @@ show_hp_sp_gain: yes // If set, when A accepts B as a friend, B will also be added to A's friend // list, otherwise, only A appears in B's friend list. -friend_auto_add: no +// NOTE: this setting only enables friend auto-adding; auto-deletion does not work yet +friend_auto_add: yes // Are other requests accepted during [various things[party,guild]] a request or not? // It does not accept by no accepted by yes. |