Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
Fix for new patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Soneliem committed Nov 3, 2021
1 parent b866b97 commit 861c579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WAIUA/Commands/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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}");
Expand Down

0 comments on commit 861c579

Please sign in to comment.