diff --git a/LegendaryClient/Logic/Region/EUW.cs b/LegendaryClient/Logic/Region/EUW.cs index 67ed50c..6f9675c 100644 --- a/LegendaryClient/Logic/Region/EUW.cs +++ b/LegendaryClient/Logic/Region/EUW.cs @@ -17,7 +17,7 @@ public override string InternalName public override string ChatName { - get { return "eu"; } + get { return "euw1"; } } public override Uri NewsAddress @@ -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 @@ -62,4 +62,4 @@ public override string SpectatorIpAddress get { return "95.172.65.26"; } } } -} \ No newline at end of file +}