fix: prevent incorrect druid unshifting from Tree of Life form and remove deprecated shapeshift event listeners

This commit is contained in:
Bluewhale1337
2026-09-09 18:43:50 +02:00
parent 7f5b1afe23
commit 135a8f6bcd
3 changed files with 6 additions and 1 deletions
+1
View File
@@ -869,6 +869,7 @@ function HealBot_GetShapeshiftForm()
if active then
if icon then
local icon_lower = string.lower(icon)
-- Exclude non-standard/custom forms like Tree of Life from unshifting
if not string.find(icon_lower, "humanoidform") and not string.find(icon_lower, "treeoflife") and not string.find(icon_lower, "healingway") and not string.find(icon_lower, "stoneclawtotem") then
return i;
end