- global profiles got a revamp, now you can select which profile is used on all characters.

- you also can overwrite the global profile on any ton by just selecting a profile for that character.
This commit is contained in:
Tercioo
2016-02-08 15:02:06 -02:00
parent efbe5a9945
commit 742dd3983d
6 changed files with 203 additions and 67 deletions
+1 -1
View File
@@ -2700,7 +2700,7 @@
return
elseif (_detalhes.is_first_run) then
return
elseif (_detalhes.always_use_profile and type (_detalhes.always_use_profile) == "string") then
elseif (_detalhes.always_use_profile) then -- and type (_detalhes.always_use_profile) == "string"
return
else
--> check is this is the first run of the addon (after being installed)