Rewrite bot texts

This commit is contained in:
郑佩茹
2022-09-26 17:20:59 -06:00
parent 660fd2a0c1
commit b2821d7f3a
18 changed files with 1163 additions and 320 deletions

View File

@@ -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();