feat: send characters on /get-all request
This commit is contained in:
@@ -36,6 +36,7 @@ class Spoofer
|
||||
void generateBloodweb(nlohmann::json& data);
|
||||
void modifyCharacterData(nlohmann::json& js);
|
||||
|
||||
void onGetAllClient(std::string& body);
|
||||
void onGetAll(std::string& body);
|
||||
void onInventoryAll(std::string& body);
|
||||
void onMessageList(std::string& body);
|
||||
@@ -63,6 +64,7 @@ class Spoofer
|
||||
std::unordered_set<std::string> _catalogItemIds;
|
||||
|
||||
std::unordered_set<std::string> _unownedCharacters;
|
||||
std::unordered_set<std::string> _characterList;
|
||||
|
||||
std::string _lastBloodWebChar = "";
|
||||
std::mutex _mtx;
|
||||
|
||||
Reference in New Issue
Block a user