- Added 'ShielTronic Shield' on HealthPotion & Stone display.
- Improvements done on Vanguard Plugin. - Fixed an alignment issue which was happening with few tooltips. - Fixed a problem where sometimes the addon crashes while doing a /reload during raid. - Fixed the creation of auras for weakauras from the Forge (/details forge).
This commit is contained in:
+1
-1
@@ -1202,7 +1202,7 @@
|
||||
|
||||
function _detalhes:AddTooltipReportLineText()
|
||||
GameCooltip:AddLine (Loc ["STRING_CLICK_REPORT_LINE1"], Loc ["STRING_CLICK_REPORT_LINE2"])
|
||||
GameCooltip:AddStatusBar (100, 1, 0, 0, 0, 0.4)
|
||||
GameCooltip:AddStatusBar (100, 1, 0, 0, 0, 0.8)
|
||||
end
|
||||
|
||||
function _detalhes:AddTooltipBackgroundStatusbar (side)
|
||||
|
||||
+2
-1
@@ -180,7 +180,8 @@
|
||||
end
|
||||
|
||||
combate_overall.segments_added =combate_overall.segments_added or {}
|
||||
tinsert (combate_overall.segments_added, {name = combate:GetCombatName (true), elapsed = combate:GetCombatTime(), clock = combate:GetDate()[1]})
|
||||
local date_start, date_end = combate:GetDate()
|
||||
tinsert (combate_overall.segments_added, {name = combate:GetCombatName (true), elapsed = combate:GetCombatTime(), clock = date_start})
|
||||
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user