mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
miscs(spell): paladin, rogue poison, shaman totem
This commit is contained in:
@@ -25,11 +25,11 @@ class WarrirorAoeStrategyActionNodeFactory : public NamedObjectFactory<ActionNod
|
||||
public:
|
||||
WarrirorAoeStrategyActionNodeFactory()
|
||||
{
|
||||
creators["whirlwind"] = &whirlwind;
|
||||
// creators["whirlwind"] = &whirlwind;
|
||||
}
|
||||
|
||||
private:
|
||||
ACTION_NODE_A(whirlwind, "whirlwind", "cleave");
|
||||
// ACTION_NODE_A(whirlwind, "whirlwind", "cleave");
|
||||
};
|
||||
|
||||
WarrirorAoeStrategy::WarrirorAoeStrategy(PlayerbotAI* botAI) : CombatStrategy(botAI)
|
||||
|
||||
Reference in New Issue
Block a user