From 9bc6c1488b826da19e4bcb4d2d3f0e891d51f1e6 Mon Sep 17 00:00:00 2001 From: Gunter Labes Date: Sun, 28 Mar 2010 22:42:25 +0000 Subject: [PATCH] updated campaignd port --- data/tools/wesnoth/campaignserver_client.py | 2 +- src/addon_checks.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/tools/wesnoth/campaignserver_client.py b/data/tools/wesnoth/campaignserver_client.py index 922faf70b3f..a1ead970424 100755 --- a/data/tools/wesnoth/campaignserver_client.py +++ b/data/tools/wesnoth/campaignserver_client.py @@ -10,7 +10,7 @@ import wesnoth.wmlparser as wmlparser dumpi = 0 class CampaignClient: # First port listed will be used as default. - portmap = (("15001", "1.8.x"), ("15004", "1.7.x"), ("15003", "1.6.x"), ("15005", "1.4.x")) + portmap = (("15002", "1.9.x"), ("15004", "trunk"), ("15001", "1.8.x"), ("15003", "1.6.x"), ("15005", "1.4.x")) def __init__(self, address = None): """ diff --git a/src/addon_checks.cpp b/src/addon_checks.cpp index 672c98891ed..1a70cbc21d2 100644 --- a/src/addon_checks.cpp +++ b/src/addon_checks.cpp @@ -20,7 +20,7 @@ #include -const unsigned short default_campaignd_port = 15001; +const unsigned short default_campaignd_port = 15002; static bool two_dots(char a, char b) {