From a4ebe08c462fe61d49c6900e3c68c3df70713d47 Mon Sep 17 00:00:00 2001 From: Shadez Date: Tue, 28 Dec 2010 20:09:44 +0800 Subject: [PATCH] [428] Added note about TC`s GM Levels in configuration.php (you need to update [`configVersion`] value in your configuration.php) --- includes/classes/configuration.php.default | 6 ++++-- includes/revision_nr.php | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/includes/classes/configuration.php.default b/includes/classes/configuration.php.default index f3d00d526..5e25ee54a 100644 --- a/includes/classes/configuration.php.default +++ b/includes/classes/configuration.php.default @@ -3,7 +3,7 @@ /** * @package World of Warcraft Armory * @version Release Candidate 1 - * @revision 348 + * @revision 428 * @copyright (c) 2009-2010 Shadez * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @@ -93,6 +93,8 @@ $ArmoryConfig['mysql']['charset_realmd'] = 'UTF8'; # # minGmLevelToShow # Characters with this GM level and below it will be displayed in Armory +# This example is for MaNGOS' access levels, Trinity Core has more than 3 GM lvls, +# so you may need to set this value by more than 3. # Default: 3 (Everyone) # 2 (Everyone except Administrators will be displayed in Armory) # 1 (Everyone except Administrators and GMs will be displayed in Armory) @@ -143,7 +145,7 @@ $ArmoryConfig['settings']['defaultLocale'] = 'en_gb'; $ArmoryConfig['settings']['maintenance'] = false; $ArmoryConfig['settings']['useDebug'] = true; $ArmoryConfig['settings']['logLevel'] = 2; -$ArmoryConfig['settings']['configVersion'] = '0708201001'; +$ArmoryConfig['settings']['configVersion'] = '2812201001'; $ArmoryConfig['settings']['checkVersionType'] = 'show'; ############################################################################################## diff --git a/includes/revision_nr.php b/includes/revision_nr.php index ad19194fc..fa70e6bb7 100644 --- a/includes/revision_nr.php +++ b/includes/revision_nr.php @@ -1,5 +1,5 @@ \ No newline at end of file