mirror of
https://github.com/Bluewhale1337/HealBotBlue.git
synced 2026-09-11 09:50:21 +00:00
Fix: Exception for shapeshift queue to allow heals in tree form
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user