mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-22 04:56:22 +00:00
Maintenance command
This commit is contained in:
@@ -28,4 +28,10 @@ class TrainerAction : public Action
|
||||
void TellFooter(uint32 totalCost);
|
||||
};
|
||||
|
||||
class MaintenanceAction : public Action
|
||||
{
|
||||
public:
|
||||
MaintenanceAction(PlayerbotAI* botAI) : Action(botAI, "maintenance") { }
|
||||
bool Execute(Event event) override;
|
||||
};
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user