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:
Bluewhale1337
2026-06-26 07:22:36 +02:00
committed by GitHub
parent 31f3f2c099
commit 76868573bc
+1 -1
View File
@@ -3,7 +3,7 @@ function HealBot_Action_SetTexture(bar, btexture)
if btexture == 10 then if btexture == 10 then
bar:SetStatusBarTexture("Interface\\Buttons\\WHITE8X8"); bar:SetStatusBarTexture("Interface\\Buttons\\WHITE8X8");
else else
HealBot_Action_SetTexture(bar, btexture); bar:SetStatusBarTexture("Interface\\AddOns\\HealBotBlue\\Images\\bar" .. tostring(btexture) .. ".tga");
end end
end end
local headerno=0; local headerno=0;