summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorDennis Friis <peavey@placid.dk>2008-08-04 07:17:06 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-01-05 00:35:57 +0100
commit91387e410c9f9ea16c5b41bd1cc576cbd85cf835 (patch)
tree7f81b911c4ad4457d7d61b78c575742a16426f23 /src/main.cpp
parentb885ddf99f73a5a86b72d60264a46bb2c4b0b995 (diff)
downloadmana-client-91387e410c9f9ea16c5b41bd1cc576cbd85cf835.tar.gz
mana-client-91387e410c9f9ea16c5b41bd1cc576cbd85cf835.tar.bz2
mana-client-91387e410c9f9ea16c5b41bd1cc576cbd85cf835.tar.xz
mana-client-91387e410c9f9ea16c5b41bd1cc576cbd85cf835.zip
Fix typo in updatehost reported by Jaxad.
(cherry picked from eAthena client)
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
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