- Report history improvements.

- More fixes on combat log parser.
This commit is contained in:
Tercio
2015-05-22 13:04:27 -03:00
parent bb07cae195
commit 6f6dfeeccc
6 changed files with 52 additions and 12 deletions
+2 -1
View File
@@ -2772,8 +2772,9 @@ function _detalhes:monta_relatorio (este_relatorio, custom)
end
end
if (already_exists) then
local t = _detalhes.latest_report_table [already_exists]
t [4] = amt
if (already_exists > 5) then
local t = _detalhes.latest_report_table [already_exists]
tremove (_detalhes.latest_report_table, already_exists)
tinsert (_detalhes.latest_report_table, 1, t)
end