@@ -423,7 +423,7 @@ void Spoofer::serverResponseHandler(const std::string& url, std::string& body, s
|
|||||||
|
|
||||||
if (body.find("NotAllowedException") != std::string::npos && body.find("not owned") != std::string::npos)
|
if (body.find("NotAllowedException") != std::string::npos && body.find("not owned") != std::string::npos)
|
||||||
{
|
{
|
||||||
Log::info("Spoofing bloodweb error error for unowned character");
|
Log::info("Spoofing bloodweb error for unowned character");
|
||||||
json mock;
|
json mock;
|
||||||
mock["bloodWebLevelChanged"] = false;
|
mock["bloodWebLevelChanged"] = false;
|
||||||
mock["updatedWallets"] = json::array();
|
mock["updatedWallets"] = json::array();
|
||||||
|
|||||||
Reference in New Issue
Block a user