diff --git a/KBotExt/GameTab.h b/KBotExt/GameTab.h index 28bbaa8..04c7667 100644 --- a/KBotExt/GameTab.h +++ b/KBotExt/GameTab.h @@ -1499,7 +1499,7 @@ class GameTab } else // region code (euw, eune na) { - std::string getRegion = LCU::Request("GET", "/riotclient/get_region_locale"); + std::string getRegion = LCU::Request("GET", "/riotclient/region-locale"); if (reader->parse(getRegion.c_str(), getRegion.c_str() + static_cast(getRegion.length()), &rootRegion, &err)) { region = Utils::StringToWstring(rootRegion["webRegion"].asString());