Chat tweak, guild bots management tooggle

This commit is contained in:
Atidot3
2024-08-04 10:14:07 +02:00
parent 6e41c87e93
commit 7227211ddf
8 changed files with 127 additions and 39 deletions

View File

@@ -41,7 +41,6 @@ class SuggestTradeAction : public SuggestWhatToDoAction
SuggestTradeAction(PlayerbotAI* botAI);
bool Execute(Event event) override;
bool isUseful() override { return true; }
};
class SuggestDungeonAction : public SuggestWhatToDoAction
@@ -50,7 +49,6 @@ class SuggestDungeonAction : public SuggestWhatToDoAction
SuggestDungeonAction(PlayerbotAI* botAI);
bool Execute(Event event) override;
bool isUseful() override { return true; }
private:
static std::map<std::string, uint8> instances;
};