Skip to content

Commit

Permalink
Update to Pokemon Revolution Online v0.97.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Silv3rPRO committed May 3, 2017
1 parent 8306a62 commit 0173b0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PROProtocol/GameClient.cs
Expand Up @@ -92,7 +92,7 @@ public class GameClient
public event Action<Shop> ShopOpened;
public event Action<List<Pokemon>> PCBoxUpdated;

private const string Version = "0.97";
private const string Version = "0.972";

private GameConnection _connection;
private DateTime _lastMovement;
Expand Down
2 changes: 1 addition & 1 deletion PROProtocol/GameServer.cs
Expand Up @@ -16,7 +16,7 @@ public static string GetAddress(this GameServer server)
switch (server)
{
case GameServer.Red:
return "46.28.203.224";
return "95.183.48.67";
case GameServer.Blue:
return "46.28.207.53";
case GameServer.Yellow:
Expand Down

0 comments on commit 0173b0a

Please sign in to comment.