[Strategy] Enable cat strategy, remove threat by default, reset strategy on talents change

This commit is contained in:
Yunfan Li
2024-07-09 17:33:09 +08:00
parent bd94343738
commit b1f5c1313c
5 changed files with 41 additions and 21 deletions

View File

@@ -51,7 +51,7 @@ class CatDpsDruidStrategyActionNodeFactory : public NamedObjectFactory<ActionNod
static ActionNode* cat_form([[maybe_unused]] PlayerbotAI* botAI)
{
return new ActionNode ("cat form",
/*P*/ nullptr,
/*P*/ NextAction::array(0, new NextAction("caster form"), nullptr),
/*A*/ nullptr,
/*C*/ nullptr);
}