fix: resolve UI rendering crashes, address unit frame aliasing bugs, and implement automatic debuff tracking with lazy-load identity fetches.

This commit is contained in:
Bluewhale1337
2026-08-22 17:18:48 +02:00
parent d0e027ec12
commit b3c2b4a096
7 changed files with 145 additions and 63 deletions
+6
View File
@@ -205,6 +205,12 @@ function HealBot_Action_HealUnit_OnClick(this,button)
end
end
-- Special cases for targeting
if string.lower(pattern) == "target" or string.lower(pattern) == "/target" then
TargetUnit(this.unit)
return
end
-- Priority 1: Inline Scripts (starts with /)
if string.sub(pattern, 1, 1) == "/" then
local oldTarget = nil