mirror of
https://github.com/Bluewhale1337/HealBotBlue.git
synced 2026-07-27 09:44:44 +00:00
Update HealBot_Action.lua
Recursive function causing stack overflow quick fix Signed-off-by: Bluewhale1337 <295648290+Bluewhale1337@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ function HealBot_Action_SetTexture(bar, btexture)
|
||||
if btexture == 10 then
|
||||
bar:SetStatusBarTexture("Interface\\Buttons\\WHITE8X8");
|
||||
else
|
||||
HealBot_Action_SetTexture(bar, btexture);
|
||||
bar:SetStatusBarTexture("Interface\\AddOns\\HealBotBlue\\Images\\bar" .. tostring(btexture) .. ".tga");
|
||||
end
|
||||
end
|
||||
local headerno=0;
|
||||
|
||||
Reference in New Issue
Block a user