diff options
author | Dennis Friis <peavey@placid.dk> | 2008-08-04 07:17:06 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-01-05 00:35:57 +0100 |
commit | 91387e410c9f9ea16c5b41bd1cc576cbd85cf835 (patch) | |
tree | 7f81b911c4ad4457d7d61b78c575742a16426f23 /src | |
parent | b885ddf99f73a5a86b72d60264a46bb2c4b0b995 (diff) | |
download | mana-91387e410c9f9ea16c5b41bd1cc576cbd85cf835.tar.gz mana-91387e410c9f9ea16c5b41bd1cc576cbd85cf835.tar.bz2 mana-91387e410c9f9ea16c5b41bd1cc576cbd85cf835.tar.xz mana-91387e410c9f9ea16c5b41bd1cc576cbd85cf835.zip |
Fix typo in updatehost reported by Jaxad.
(cherry picked from eAthena client)
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 2 |
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 |