mirror of
https://github.com/Bluewhale1337/HealBotBlue.git
synced 2026-09-11 09:50:21 +00:00
fix: prevent incorrect druid unshifting from Tree of Life form and remove deprecated shapeshift event listeners
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user