- For some special cases, left click now open the report window and shift+click shows the tooltip content in the window.
- Damage Taken by Spells now are a part of Damage bracket (no more on custom). - Fixed custom functions for the customized bar left text. - Improvements on report text format and also reverse option now works as intended. - Removed the option for report only what is shown in the window. - Added skins for report panel, the skin follow the skin selected for Player Detail Window.
This commit is contained in:
@@ -1259,6 +1259,7 @@
|
||||
if (not boss_repeated [encounterId]) then
|
||||
local encounter, instance = _detalhes:GetBossEncounterDetailsFromEncounterId (_, encounterId)
|
||||
if (encounter) then
|
||||
--print ("encounter found", encounter.boss, encounter.name, instance)
|
||||
tinsert (boss_list, {value = encounterId, label = encounter.boss, icon = icon, onclick = on_boss_select})
|
||||
boss_repeated [encounterId] = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user