diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-15 16:40:01 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-15 16:40:01 +0000 |
commit | 7c8a7292d264ef51ded3f7a8adbba2b196fc9904 (patch) | |
tree | 52acb75cb960719ade7004d585042bab22c3a8e6 /conf-tmpl | |
parent | a8fd492a51a94552b4972dfb6d36c3d62deb4e25 (diff) | |
download | hercules-7c8a7292d264ef51ded3f7a8adbba2b196fc9904.tar.gz hercules-7c8a7292d264ef51ded3f7a8adbba2b196fc9904.tar.bz2 hercules-7c8a7292d264ef51ded3f7a8adbba2b196fc9904.tar.xz hercules-7c8a7292d264ef51ded3f7a8adbba2b196fc9904.zip |
- Added config setting "friend_auto_add" (battle/player.conf), if set, when you accept someone as your friend, both characters will show up on each other's friend list.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8769 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/battle/player.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf-tmpl/battle/player.conf b/conf-tmpl/battle/player.conf index 2446c647a..3e816a40b 100644 --- a/conf-tmpl/battle/player.conf +++ b/conf-tmpl/battle/player.conf @@ -123,6 +123,11 @@ show_hp_sp_drain: no // Display the gained hp/sp values from killing mobs? (Ie: Sky Deleter Card)
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
+
// Are other requests accepted during [various things[party,guild]] a request or not?
// It does not accept by no accepted by yes.
invite_request_check: yes
|