fix spec load, small fixes

This commit is contained in:
NoM0Re
2025-02-26 21:08:59 +01:00
parent 933ff4b15f
commit b1c6b7d333
4 changed files with 13 additions and 22 deletions
-1
View File
@@ -3287,7 +3287,6 @@ function Private.HandleGlowAction(actions, region)
glow_frame = WeakAuras.GetUnitFrame(region.state.unit)
should_glow_frame = true
elseif actions.glow_frame_type == "NAMEPLATE" and region.state.unit then
if not(WeakAuras.isAwesomeEnabled()) then return end
glow_frame = WeakAuras.GetNamePlateForUnit(region.state.unit)
should_glow_frame = true
elseif actions.glow_frame_type == "PARENTFRAME" then