- Added Spirit Link Totem damage and healing on death log.
- Added the total of life exchanged by the Spirit Link Totem on player detail window. - Added more spells for crowd control. - Added scroll on bookmark panel.
This commit is contained in:
+3
-6
@@ -347,8 +347,7 @@ function _G._detalhes:Start()
|
||||
_detalhes:AddDefaultCustomDisplays()
|
||||
|
||||
--> Reset for the new structure
|
||||
if (_detalhes_database.last_realversion and _detalhes_database.last_realversion < 65 and enable_reset_warning) then
|
||||
|
||||
if (_detalhes_database.last_realversion and _detalhes_database.last_realversion < 66 and enable_reset_warning) then
|
||||
function _detalhes:ResetDataStorage()
|
||||
if (not IsAddOnLoaded ("Details_DataStorage")) then
|
||||
local loaded, reason = LoadAddOn ("Details_DataStorage")
|
||||
@@ -366,12 +365,10 @@ function _G._detalhes:Start()
|
||||
end
|
||||
_detalhes:ScheduleTimer ("ResetDataStorage", 1)
|
||||
|
||||
_detalhes:SetTooltipBackdrop (_detalhes.default_profile.tooltip.border_texture, _detalhes.default_profile.tooltip.border_size, table_deepcopy (_detalhes.default_profile.tooltip.border_color))
|
||||
|
||||
_detalhes.tooltip.show_amount = true
|
||||
_detalhes.segments_panic_mode = false
|
||||
|
||||
end
|
||||
|
||||
|
||||
if (_detalhes_database.last_realversion and _detalhes_database.last_realversion < 47 and enable_reset_warning) then
|
||||
for i = #_detalhes.custom, 1, -1 do
|
||||
_detalhes.atributo_custom:RemoveCustom (i)
|
||||
|
||||
Reference in New Issue
Block a user