From 91387e410c9f9ea16c5b41bd1cc576cbd85cf835 Mon Sep 17 00:00:00 2001 From: Dennis Friis Date: Mon, 4 Aug 2008 07:17:06 +0000 Subject: Fix typo in updatehost reported by Jaxad. (cherry picked from eAthena client) --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 455a1348..2d6b08a8 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -168,7 +168,7 @@ void setUpdatesDir() // If updatesHost is currently empty, fill it from config file if (updateHost.empty()) { updateHost = - config.getValue("updatehost", "http://updates.thanaworld.org"); + config.getValue("updatehost", "http://updates.themanaworld.org"); } // Remove any trailing slash at the end of the update host -- cgit v1.2.3-60-g2f50