fix: optimize shapeshift auto-unshift logic by improving cast event handling, reducing spam intervals, and extending state timeout durations

This commit is contained in:
Bluewhale1337
2026-09-02 18:56:05 +02:00
parent 16bc4d95ee
commit 6760e4e43d
4 changed files with 24 additions and 8 deletions
+1 -1
View File
@@ -186,7 +186,7 @@ function HealBot_OnEvent_UnitAura(this, unit)
local trackedTextures = {}
while true do
local debuff, tmp, debuff_type = UnitDebuff(unit, i, 1)
local debuff, tmp, debuff_type = UnitDebuff(unit, i)
if debuff then
local mapped_type = nil
if debuff_type then