diff options
author | sketchyphoenix <sketchyphoenix@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-08-15 00:11:16 +0000 |
---|---|---|
committer | sketchyphoenix <sketchyphoenix@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-08-15 00:11:16 +0000 |
commit | 4964f9b5095740a8f076502cfd533439a2cf5965 (patch) | |
tree | 2eb5831472d78eb809d0a36b7cfcf0f4c5bba778 /conf/battle | |
parent | a8c1888d6967c01171d73586b2a5124ecb7453ae (diff) | |
download | hercules-4964f9b5095740a8f076502cfd533439a2cf5965.tar.gz hercules-4964f9b5095740a8f076502cfd533439a2cf5965.tar.bz2 hercules-4964f9b5095740a8f076502cfd533439a2cf5965.tar.xz hercules-4964f9b5095740a8f076502cfd533439a2cf5965.zip |
* Removed gm_cant_party_max_lv. It now uses gm_cant_party_min_lv as the threshold. (bugreport:2051)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13077 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf/battle')
-rw-r--r-- | conf/battle/gm.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/battle/gm.conf b/conf/battle/gm.conf index 0443875fa..b9f2a993a 100644 --- a/conf/battle/gm.conf +++ b/conf/battle/gm.conf @@ -102,9 +102,9 @@ gm_viewequip_min_lv: 0 // Also, as long as this is off, players cannot invite GMs to a party as well. gm_can_party: no -//The trust level for GMs to invite to a party. Any GMs ABOVE this level will be able to invite normal +//The trust level for GMs to invite to a party. Any GMs ABOVE OR EQUAL TO this level will be able to invite normal //players into their party in addittion to other GMs. (regardless of gm_can_party) -gm_cant_party_max_lv: 80 +gm_cant_party_max_lv: 20 // Players Titles (check msg_athena.conf for title strings) // You may assign different titles for your Players and GMs |