mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-16 18:30:27 +00:00
remove meaningless flee
This commit is contained in:
@@ -172,13 +172,13 @@ class GenericPriestStrategyActionNodeFactory : public NamedObjectFactory<ActionN
|
||||
/*A*/ NextAction::array(0, new NextAction("fade"), NULL),
|
||||
/*C*/ NULL);
|
||||
}
|
||||
static ActionNode* fade(PlayerbotAI* ai)
|
||||
{
|
||||
return new ActionNode ("fade",
|
||||
/*P*/ NULL,
|
||||
/*A*/ NextAction::array(0, new NextAction("flee"), NULL),
|
||||
/*C*/ NULL);
|
||||
}
|
||||
// static ActionNode* fade(PlayerbotAI* ai)
|
||||
// {
|
||||
// return new ActionNode ("fade",
|
||||
// /*P*/ NULL,
|
||||
// /*A*/ NextAction::array(0, new NextAction("flee"), NULL),
|
||||
// /*C*/ NULL);
|
||||
// }
|
||||
static ActionNode* shadowfiend(PlayerbotAI* ai)
|
||||
{
|
||||
return new ActionNode ("shadowfiend",
|
||||
|
||||
Reference in New Issue
Block a user