mirror of
https://github.com/Bluewhale1337/HealBotBlue.git
synced 2026-09-12 10:10:45 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user