diff --git a/WAIUA/Commands/Main.cs b/WAIUA/Commands/Main.cs index 3af131f..aab0084 100644 --- a/WAIUA/Commands/Main.cs +++ b/WAIUA/Commands/Main.cs @@ -665,7 +665,7 @@ private static void GetSeasons() { try { - string url = $"https://shared.{Region}.a.pvp.net/content-service/v2/content"; + string url = $"https://shared.{Region}.a.pvp.net/content-service/v3/content"; RestClient client = new(url); RestRequest request = new(Method.GET); request.AddHeader("X-Riot-Entitlements-JWT", $"{EntitlementToken}");