Quantcast

QoL changes:

Steven Jackson [04-10-15 - 04:43]
QoL changes:

XP report has click-options for formatting now.
Fixed bad show/hide states for bottom left dock items.
Added new color option for unit health backdrops
Filename
SVUI_UnitFrames/SVUI_UnitFrames.lua
diff --git a/SVUI_UnitFrames/SVUI_UnitFrames.lua b/SVUI_UnitFrames/SVUI_UnitFrames.lua
index 477e2a1..e05a1ee 100644
--- a/SVUI_UnitFrames/SVUI_UnitFrames.lua
+++ b/SVUI_UnitFrames/SVUI_UnitFrames.lua
@@ -1293,7 +1293,7 @@ function MOD:Load()

 	SV.Events:On("AURA_FILTER_OPTIONS_CHANGED", UpdateUnitFrames, true);

-	self:InitializeBodyGuard()
+	--self:InitializeBodyGuard()

 	local rDebuffs = SV.oUF_RaidDebuffs or oUF_RaidDebuffs;
 	if not rDebuffs then return end