Bear Alternative form for low level cat strat (#2041)

This adds the bear form as an alternative form for druids with the cat
strategies. This applies to low level (<20) druids that have the cat
strategy applied. Reset botAI would not normally give them the strat,
because they dont have cat form, but if set, this allows more dps.
This commit is contained in:
Keleborn
2026-01-23 03:26:38 -08:00
committed by GitHub
parent a5bd0b9a41
commit bf456ee07f

View File

@@ -61,7 +61,7 @@ private:
return new ActionNode(
"cat form",
/*P*/ { NextAction("caster form") },
/*A*/ {},
/*A*/ { NextAction("bear form") },
/*C*/ {}
);
}