diff --git a/src/unlocker/spoofing.cpp b/src/unlocker/spoofing.cpp index 9d91197..9bda1e2 100644 --- a/src/unlocker/spoofing.cpp +++ b/src/unlocker/spoofing.cpp @@ -269,35 +269,6 @@ void Spoofer::modifyCharacterData(json& js) if (js.contains("bloodWebData")) generateBloodweb(js["bloodWebData"]); } - else - { - /* - ghost node hotfix (untested) - */ - /* if (js.contains("bloodWebData") && js["bloodWebData"].contains("ringData")) - { - auto& ringData = js["bloodWebData"]["ringData"]; - - for (auto& ring : ringData) - { - if (ring.contains("nodeData") && ring["nodeData"].is_array()) - { - for (auto& node : ring["nodeData"]) - { - if (node.contains("nodeId") && node["nodeId"] != "0") - { - if (!node.contains("contentId") || node["contentId"].get().empty()) - { - node["contentId"] = "Spring2024Offering"; - if (!node.contains("state")) - node["state"] = "Available"; - } - } - } - } - } - }*/ - } /* item spoofing