mirror of
https://github.com/Bluewhale1337/HealBotBlue.git
synced 2026-07-27 09:44:44 +00:00
Port and adapt 6 main hotfixes to decoupled architecture + small function re-write HealBot_SetSkinColours to adhere to DRY principles
This commit is contained in:
@@ -21,7 +21,7 @@ function HealBot_Action_SetTexture(bar, btexture)
|
||||
if btexture == 10 then
|
||||
bar:SetStatusBarTexture("Interface\\Buttons\\WHITE8X8");
|
||||
else
|
||||
bar:SetStatusBarTexture("Interface\\TargetingFrame\\UI-StatusBar");
|
||||
bar:SetStatusBarTexture("Interface\\AddOns\\HealBotBlue\\Images\\bar" .. tostring(btexture) .. ".tga");
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user