- Ticket #162: 'no Monochrome font' available, added an experimental slash command: /run _detalhes:UseOutline ("MONOCHROME").

- Ticket #158: 'no elapsed time shown on report to chat', added the elapsed time when reporting a segment.
- Ticket #164: 'error when browsing segments', an attempt to fix the problem has been made.
This commit is contained in:
Tercio
2017-01-23 11:09:06 -02:00
parent d76f92a0eb
commit da8cd0359e
5 changed files with 57 additions and 10 deletions
+1
View File
@@ -6133,6 +6133,7 @@ local build_segment_list = function (self, elapsed)
local thisCombat = _detalhes.tabela_vigente
local encounter_name = thisCombat.is_boss.encounter
local instanceID = thisCombat.is_boss.ej_instance_id
instanceID = tonumber (instanceID)
if (encounter_name and instanceID) then
local index, name, description, encounterID, rootSectionID, link = _detalhes:GetEncounterInfoFromEncounterName (instanceID, encounter_name)
if (index and name and encounterID) then