diff options
Diffstat (limited to 'conf')
-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 |