Miscs for spell casting

This commit is contained in:
Yunfan Li
2024-01-30 14:02:50 +08:00
parent 32eec3ebf1
commit 1a11ec0717
5 changed files with 17 additions and 10 deletions

View File

@@ -61,7 +61,7 @@ class DpsPaladinStrategyActionNodeFactory : public NamedObjectFactory<ActionNode
{
return new ActionNode ("crusader strike",
/*P*/ nullptr,
/*A*/ NextAction::array(0, new NextAction("melee"), nullptr),
/*A*/ nullptr,
/*C*/ nullptr);
}
ACTION_NODE_A(repentance, "repentance", "hammer of justice");