mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Rework in progress crash chat botgroup
This commit is contained in:
@@ -61,6 +61,9 @@ class ChatHelper : public PlayerbotAIAware
|
||||
|
||||
void eraseAllSubStr(std::string& mainStr, std::string const toErase);
|
||||
|
||||
static std::set<uint32> ExtractAllQuestIds(const std::string& text);
|
||||
static std::set<uint32> ExtractAllItemIds(const std::string& text);
|
||||
|
||||
private:
|
||||
static std::map<std::string, uint32> consumableSubClasses;
|
||||
static std::map<std::string, uint32> tradeSubClasses;
|
||||
|
||||
Reference in New Issue
Block a user