shadow unit frames still do not update powerbars
timc1004 opened this issue ยท 1 comments
hud.lua is causing the taint of SUF
GW_PowerBarColorCustom = PowerBarColor;
should be
+GW_PowerBarColorCustom = {}
Fixed with Commit 75463b5
timc1004 opened this issue ยท 1 comments
hud.lua is causing the taint of SUF
GW_PowerBarColorCustom = PowerBarColor;
should be
+GW_PowerBarColorCustom = {}
Fixed with Commit 75463b5