diff options
Diffstat (limited to 'conf')
-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) |