Skip to content

Commit

Permalink
Ensuring eu resolves to itself for set-guild
Browse files Browse the repository at this point in the history
  • Loading branch information
gngrninja committed Jun 28, 2017
1 parent f90c137 commit ea85883
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Modules/Wow/WowCommands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1627,6 +1627,11 @@ private async Task SetGuildAssociation(string wowGuildName, string realmName, st
regionName = "us";
break;
}
case "eu":
{
regionName = "eu";
break;
}
case "gb":
{
regionName = "eu";
Expand Down

0 comments on commit ea85883

Please sign in to comment.