diff options
author | Jared Adams <jaxad0127@gmail.com> | 2008-11-13 21:35:43 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2008-11-13 21:35:43 +0000 |
commit | ab9f318721aa1501af6d263049e37f5554c41d7b (patch) | |
tree | 4a80870c9ba6dbebf76090253d280b1fb153e3dd /conf | |
parent | 6f11fba50c92d937689646dc9ef4bfbf63da0fa3 (diff) | |
download | serverdata-ab9f318721aa1501af6d263049e37f5554c41d7b.tar.gz serverdata-ab9f318721aa1501af6d263049e37f5554c41d7b.tar.bz2 serverdata-ab9f318721aa1501af6d263049e37f5554c41d7b.tar.xz serverdata-ab9f318721aa1501af6d263049e37f5554c41d7b.zip |
Fix the default password in char server conf
Password changed to match the defaults for the login-server and the
map-server.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/char_local.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/char_local.conf.example b/conf/char_local.conf.example index 80264be0..163f97c6 100644 --- a/conf/char_local.conf.example +++ b/conf/char_local.conf.example @@ -2,7 +2,7 @@ // Server Communication username and password. userid: s1 -passwd: s1 +passwd: p1 // Server name, use alternative character such as ASCII 160 for spaces. server_name: The Mana World |