- Fixed an issue with overall data where max/min amount for spell was being calculated wrong.
- Fixed a problem while reporting enemy damage taken. - Fixed an issue with damage taken by spell where some spells wasn't shown. - Fixed window positioning when changing from Solo mode to Group mode. - Fixed a accuracy problem with shaman's spirit link toten where its life exchange was considered healing done. - Few improvements on tooltips. - Boss segments now need to have at least 30 seconds to be added on the overall data. - When the segment limit is reach, segments with less combat time will be erased instead of the olders. - Added item level tracker. - Added an option for change the amount of lines on death log. - Added custom display for CC done.
This commit is contained in:
+1
-1
@@ -347,7 +347,7 @@ function _G._detalhes:Start()
|
||||
_detalhes:AddDefaultCustomDisplays()
|
||||
|
||||
--> Reset for the new structure
|
||||
if (_detalhes_database.last_realversion and _detalhes_database.last_realversion < 64 and enable_reset_warning) then
|
||||
if (_detalhes_database.last_realversion and _detalhes_database.last_realversion < 65 and enable_reset_warning) then
|
||||
|
||||
function _detalhes:ResetDataStorage()
|
||||
if (not IsAddOnLoaded ("Details_DataStorage")) then
|
||||
|
||||
Reference in New Issue
Block a user