mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-02-07 04:37:48 +00:00
Fix endless earthliving-> flametongue buff loop
This commit is contained in:
@@ -19,7 +19,7 @@ class HealShamanStrategyActionNodeFactory : public NamedObjectFactory<ActionNode
|
|||||||
{
|
{
|
||||||
return new ActionNode ("earthliving weapon",
|
return new ActionNode ("earthliving weapon",
|
||||||
/*P*/ nullptr,
|
/*P*/ nullptr,
|
||||||
/*A*/ NextAction::array(0, new NextAction("flametongue weapon"), nullptr),
|
/*A*/ NextAction::array(0, new NextAction("earthliving weapon"), nullptr),
|
||||||
/*C*/ nullptr);
|
/*C*/ nullptr);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user