- Added Shaman's Ancestral Guidance on cooldowns list.

- Added a profile selection screen when Details! are running for the first time on a character.
- Added Menu Text Size option over miscellaneous section on options panel.
This commit is contained in:
tercio
2014-08-08 17:24:44 -03:00
parent 3c3d840b65
commit 688fb10a7b
8 changed files with 166 additions and 59 deletions
+2 -1
View File
@@ -292,8 +292,9 @@ function _detalhes:LoadConfig()
end
--> profile
--> fix for the 500
--> character first run
if (_detalhes_database.active_profile == "") then
_detalhes.character_first_run = true
--> é a primeira vez que este character usa profiles, precisa copiar as keys existentes
local current_profile_name = _detalhes:GetCurrentProfileName()
_detalhes:GetProfile (current_profile_name, true)