Fix: Exception for shapeshift queue to allow heals in tree form

This commit is contained in:
Bluewhale1337
2026-09-09 17:30:38 +02:00
parent 604a26dbb3
commit 98b34f24b8
+4
View File
@@ -872,6 +872,10 @@ function HealBot_GetShapeshiftForm()
for i=1,forms do
local icon,name,active = GetShapeshiftFormInfo(i);
if active then
-- Do not unshift from Tree of Life form
return nil;
end
return i;
end
end