mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-02-16 00:26:10 +00:00
fix party member dispel.
This commit is contained in:
@@ -18,4 +18,11 @@ class MeleeAction : public AttackAction
|
||||
bool isUseful() override;
|
||||
};
|
||||
|
||||
class TogglePetSpellAutoCastAction: public Action
|
||||
{
|
||||
public:
|
||||
TogglePetSpellAutoCastAction(PlayerbotAI* ai): Action(ai, "toggle pet spell") {}
|
||||
virtual bool Execute(Event event) override;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user