diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/Changelog.txt | 2 | ||||
-rw-r--r-- | conf/battle/gm.conf | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/conf/Changelog.txt b/conf/Changelog.txt index 7f3c4d577..cad9455ef 100644 --- a/conf/Changelog.txt +++ b/conf/Changelog.txt @@ -1,5 +1,7 @@ Date Added +2008/06/01 + * Added gm_viewequip_min_lv to gm.conf [ultramage] 2008/05/28 * Rev. r12736 Added new maps related to episode 13.1. [L0ne_W0lf] 2008/04/28 diff --git a/conf/battle/gm.conf b/conf/battle/gm.conf index 040a91ef7..1bfc4a372 100644 --- a/conf/battle/gm.conf +++ b/conf/battle/gm.conf @@ -87,6 +87,10 @@ gm_cant_drop_max_lv: 0 // no/0 can be used to disable it. disp_hpmeter: 0 +// Minimum GM level to view players equip regardless of their setting. +// (Default: 0 = Disabled). +gm_viewequip_min_lv: 0 + // Players Titles (check msg_athena.conf for title strings) // You may assign different titles for your Players and GMs title_lvl1: 1 |