- Mode menu now have a sub menu for raid plugins.
- Red and Green colors under comparison frame has been inverted. - Fixed some report issues with dps and hps, also almost all reports now have guide lines. - Fixed DPS and HPS bug involving 'Everything Mode'. - NewAPI: ActorObject:GetBarColor() return the color in r, b, g which the actor's bar should be filled.
This commit is contained in:
@@ -490,6 +490,21 @@ local default_profile = {
|
||||
0.12, -- [2]
|
||||
0.23, -- [3]
|
||||
},
|
||||
["ARENA_ALLY"] = {
|
||||
0.2, -- [1]
|
||||
1, -- [2]
|
||||
0.2, -- [3]
|
||||
},
|
||||
["ARENA_ENEMY"] = {
|
||||
1, -- [1]
|
||||
1, -- [2]
|
||||
0, -- [3]
|
||||
},
|
||||
["NEUTRAL"] = {
|
||||
1, -- [1]
|
||||
1, -- [2]
|
||||
0, -- [3]
|
||||
},
|
||||
},
|
||||
|
||||
--> minimap
|
||||
|
||||
@@ -2,6 +2,10 @@ do
|
||||
|
||||
local _detalhes = _G._detalhes
|
||||
|
||||
_detalhes.SpecSpellList = {
|
||||
|
||||
}
|
||||
|
||||
_detalhes.ClassSpellList = {
|
||||
|
||||
--death knight
|
||||
|
||||
@@ -118,6 +118,10 @@
|
||||
|
||||
tinsert (_detalhes.savedTimeCaptures, {name, func, matrix, author, version, icon, is_enabled, do_not_save = no_save})
|
||||
|
||||
if (_G.DetailsOptionsWindow and _G.DetailsOptionsWindow:IsShown()) then
|
||||
_G.DetailsOptionsWindow16UserTimeCapturesFillPanel.MyObject:Refresh()
|
||||
end
|
||||
|
||||
return true
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user