mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-15 18:00:27 +00:00
fix(spell): paladin and dk aggro spell, warrior
This commit is contained in:
@@ -77,7 +77,8 @@ class BearTankDruidStrategyActionNodeFactory : public NamedObjectFactory<ActionN
|
||||
{
|
||||
return new ActionNode ("mangle (bear)",
|
||||
/*P*/ nullptr,
|
||||
/*A*/ NextAction::array(0, new NextAction("lacerate"), nullptr),
|
||||
// /*A*/ NextAction::array(0, new NextAction("lacerate"), nullptr),
|
||||
nullptr,
|
||||
/*C*/ nullptr);
|
||||
}
|
||||
|
||||
@@ -138,10 +139,10 @@ BearTankDruidStrategy::BearTankDruidStrategy(PlayerbotAI* botAI) : FeralDruidStr
|
||||
NextAction** BearTankDruidStrategy::getDefaultActions()
|
||||
{
|
||||
return NextAction::array(0,
|
||||
new NextAction("lacerate", ACTION_NORMAL + 4),
|
||||
new NextAction("mangle (bear)", ACTION_NORMAL + 3),
|
||||
new NextAction("mangle (bear)", ACTION_NORMAL + 5),
|
||||
new NextAction("faerie fire (feral)", ACTION_NORMAL + 4),
|
||||
new NextAction("lacerate", ACTION_NORMAL + 3),
|
||||
new NextAction("maul", ACTION_NORMAL + 2),
|
||||
new NextAction("faerie fire (feral)", ACTION_NORMAL + 1),
|
||||
new NextAction("melee", ACTION_NORMAL),
|
||||
nullptr);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user