End of mythic+ panel updates, training dummy icon, etc.
- Added a round of polishing into the end of mythic+ panel. - Added: Details:RegisterFrameToColor(frame) the registered frame will use the same color scheme of all the other frames from Details!. - Segments menu will show a different icon for training dummies. - Fixed functions that retrieve information about a dungeon. - Fixed an issue while trying to report using the "Report Results" from the report results tooltip.
This commit is contained in:
@@ -199,11 +199,7 @@ local _
|
||||
Details.janela_report.slider.lockTexture:Hide()
|
||||
Details.janela_report.slider.amt:Show()
|
||||
|
||||
--print("report is custom:", bIsCustom)
|
||||
if (options) then
|
||||
--dumpt(param2) = {damage, spellName, spellId}
|
||||
--print(param2, options._custom) options._custom = nil
|
||||
--print("meu id:", self.meu_id)
|
||||
local bIsCustom = true
|
||||
Details.janela_report.enviar:SetScript("OnClick", function() self:monta_relatorio(param2, bIsCustom) end)
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user