mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-30 08:53:47 +00:00
Pet attack (fix shadowfiend)
This commit is contained in:
@@ -25,4 +25,12 @@ public:
|
||||
virtual bool Execute(Event event) override;
|
||||
};
|
||||
|
||||
class PetAttackAction: public Action
|
||||
{
|
||||
public:
|
||||
PetAttackAction(PlayerbotAI* ai): Action(ai, "pet attack") {}
|
||||
virtual bool Execute(Event event) override;
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user