Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions LegendaryClient/Logic/Region/EUW.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public override string InternalName

public override string ChatName
{
get { return "eu"; }
get { return "euw1"; }
}

public override Uri NewsAddress
Expand All @@ -27,12 +27,12 @@ public override Uri NewsAddress

public override string Server
{
get { return "prod.eu.lol.riotgames.com"; }
get { return "prod.euw1.lol.riotgames.com"; }
}

public override string LoginQueue
{
get { return "https://lq.eu.lol.riotgames.com/"; }
get { return "https://lq.euw1.lol.riotgames.com/"; }
}

public override string Locale
Expand Down Expand Up @@ -62,4 +62,4 @@ public override string SpectatorIpAddress
get { return "95.172.65.26"; }
}
}
}
}