diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-09-27 13:59:45 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-09-27 13:59:45 -0700 |
commit | 50af3f93cbcad185cb99329797e0df44376d8037 (patch) | |
tree | 1205b68b21852e177cf64fd96ddf112002177210 | |
parent | 2b8cfe1a3d1adac2f1af76b507cf70fcdd49762d (diff) | |
download | serverdata-50af3f93cbcad185cb99329797e0df44376d8037.tar.gz serverdata-50af3f93cbcad185cb99329797e0df44376d8037.tar.bz2 serverdata-50af3f93cbcad185cb99329797e0df44376d8037.tar.xz serverdata-50af3f93cbcad185cb99329797e0df44376d8037.zip |
Change example conf's update host to the CDN
-rw-r--r-- | login/conf/login_local.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/login/conf/login_local.conf.example b/login/conf/login_local.conf.example index 3ef8f3b6..bd08be5f 100644 --- a/login/conf/login_local.conf.example +++ b/login/conf/login_local.conf.example @@ -35,7 +35,7 @@ level_new_gm: 0 // Update host // If not empty, send address for client to download data. // This must contain news.txt and resources.xml -update_host: http://updates.themanaworld.org/ +update_host: http://tmwdata.org/updates/ // Which world should appear first to the players. // see server_name in world/conf/char_local.conf |