updated the ports to point to the real dev server

This commit is contained in:
Nils Kneuper 2007-03-24 11:56:09 +00:00
parent bd1d1afc24
commit 2848f39f85
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ use wml;
use wml_net;
use strict;
my ($host, $port) = ("campaigns.wesnoth.org", 15002);
my ($host, $port) = ("campaigns.wesnoth.org", 15003);
$| = 1;

View file

@ -4,7 +4,7 @@ use wml;
use wml_net;
use strict;
my ($host, $port) = ("campaigns.wesnoth.org", 15002);
my ($host, $port) = ("campaigns.wesnoth.org", 15003);
$| = 1;