mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 18:10:02 +01:00
Fix melee consecration
This commit is contained in:
parent
aab51a8182
commit
e46f27734b
@ -237,7 +237,7 @@ class GenericPaladinStrategyActionNodeFactory : public NamedObjectFactory<Action
|
||||
}
|
||||
static ActionNode* melee_consecration([[maybe_unused]] PlayerbotAI* botAI)
|
||||
{
|
||||
return new ActionNode ("melee consecration",
|
||||
return new ActionNode ("consecration",
|
||||
/*P*/ NextAction::array(0, new NextAction("reach melee"), nullptr),
|
||||
/*A*/ nullptr,
|
||||
/*C*/ nullptr);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user