diff options
author | Kisuka <Kisuka@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-03-08 12:44:53 +0000 |
---|---|---|
committer | Kisuka <Kisuka@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-03-08 12:44:53 +0000 |
commit | 29c67b8f54918d4cadc174805be14bcbd273051e (patch) | |
tree | 00c294204bca8a3aec76317100fe19aaf08a2daa /conf/battle | |
parent | 50c8504c1d282905a2a0991d3a9a420295d09e31 (diff) | |
download | hercules-29c67b8f54918d4cadc174805be14bcbd273051e.tar.gz hercules-29c67b8f54918d4cadc174805be14bcbd273051e.tar.bz2 hercules-29c67b8f54918d4cadc174805be14bcbd273051e.tar.xz hercules-29c67b8f54918d4cadc174805be14bcbd273051e.zip |
- Added official behavior of displaying party names.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14737 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf/battle')
-rw-r--r-- | conf/battle/party.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/battle/party.conf b/conf/battle/party.conf index f0b2c8de2..42a9d2285 100644 --- a/conf/battle/party.conf +++ b/conf/battle/party.conf @@ -59,3 +59,7 @@ idle_no_share: no // Give additional experience bonus per party-member involved on even-share parties? // (eg: If set to 10, a even-share party of 5 people will receive +40% exp) party_even_share_bonus: 0 + +// Display party name regardless if player is in a guild. +// Official servers do not display party name unless the user is in a guild. (Note 1) +display_party_name: no |