fix: prevent shapeshift cancellation while in Tree of Life or Healing Way forms

This commit is contained in:
Bluewhale1337
2026-09-09 17:32:18 +02:00
parent 98b34f24b8
commit 74e940f41c
+1 -1
View File
@@ -873,7 +873,7 @@ function HealBot_GetShapeshiftForm()
local icon,name,active = GetShapeshiftFormInfo(i);
if active then
-- Do not unshift from Tree of Life form
if icon and (string.find(string.lower(icon), "treeoflife") or string.find(string.lower(icon), "healingway")) then
return nil;
end
return i;