mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 18:10:02 +01:00
Fix endless earthliving-> flametongue buff loop
This commit is contained in:
parent
228e79ac87
commit
6e48585f76
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user