mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-21 20:46:22 +00:00
Chat tweak, guild bots management tooggle
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user