mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-19 03:35:43 +00:00
Rewrite bot texts
This commit is contained in:
@@ -20,14 +20,11 @@ class SuggestWhatToDoAction : public InventoryAction
|
||||
protected:
|
||||
typedef void (SuggestWhatToDoAction::*Suggestion)();
|
||||
std::vector<Suggestion> suggestions;
|
||||
void instance();
|
||||
void specificQuest();
|
||||
void grindReputation();
|
||||
void something();
|
||||
void spam(
|
||||
std::string msg,
|
||||
uint32 channelId = 1,
|
||||
bool const isLowerCase = false
|
||||
);
|
||||
void spam(std::string msg, uint8 flags = 0, bool worldChat = false, bool guild = false);
|
||||
|
||||
std::vector<uint32> GetIncompletedQuests();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user