diff options
author | Jared Adams <jaxad0127@gmail.com> | 2008-12-24 10:11:41 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2008-12-24 10:11:41 +0000 |
commit | f6da63ee431c417d9a885e87af3637f4aff4156b (patch) | |
tree | 4ff00d75419032027b4ae8fcac9e548cd58c057f | |
parent | 27596fd08b25c740acdf7ab03811f60c62ef7b39 (diff) | |
download | serverdata-f6da63ee431c417d9a885e87af3637f4aff4156b.tar.gz serverdata-f6da63ee431c417d9a885e87af3637f4aff4156b.tar.bz2 serverdata-f6da63ee431c417d9a885e87af3637f4aff4156b.tar.xz serverdata-f6da63ee431c417d9a885e87af3637f4aff4156b.zip |
Wrong file
-rw-r--r-- | conf/char_local.conf | 22 | ||||
-rw-r--r-- | conf/char_local.conf.example | 2 |
2 files changed, 1 insertions, 23 deletions
diff --git a/conf/char_local.conf b/conf/char_local.conf deleted file mode 100644 index fb38618f..00000000 --- a/conf/char_local.conf +++ /dev/null @@ -1,22 +0,0 @@ -// Athena Character local configuration file. - -// Server Communication username and password. -userid: s1 -passwd: p1 - -// Server name -server_name: The Mana World - -// Wisp name for server: used to send wisp from server to players (between 4 to 23 characters) -wisp_server_name: Server - -// Login Server IP -login_ip:127.0.0.1 -// Login Server Port -login_port: 6901 - -// Character Server IP -char_ip:127.0.0.1 -// Character Server Port -char_port: 6122 - diff --git a/conf/char_local.conf.example b/conf/char_local.conf.example index 163f97c6..1d55c977 100644 --- a/conf/char_local.conf.example +++ b/conf/char_local.conf.example @@ -4,7 +4,7 @@ userid: s1 passwd: p1 -// Server name, use alternative character such as ASCII 160 for spaces. +// Server name, no more than 19 characters server_name: The Mana World // Wisp name for server: used to send wisp from server to players (between 4 to 23 characters) |