mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-22 13:06:23 +00:00
[Command] Command autogear
This commit is contained in:
@@ -34,4 +34,12 @@ class MaintenanceAction : public Action
|
||||
MaintenanceAction(PlayerbotAI* botAI) : Action(botAI, "maintenance") { }
|
||||
bool Execute(Event event) override;
|
||||
};
|
||||
|
||||
class AutoGearAction : public Action
|
||||
{
|
||||
public:
|
||||
AutoGearAction(PlayerbotAI* botAI) : Action(botAI, "autogear") { }
|
||||
bool Execute(Event event) override;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user