mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Fix melee consecration
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user