diff options
Diffstat (limited to 'conf/char_local.conf.example')
-rw-r--r-- | conf/char_local.conf.example | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/conf/char_local.conf.example b/conf/char_local.conf.example deleted file mode 100644 index aabf6762..00000000 --- a/conf/char_local.conf.example +++ /dev/null @@ -1,25 +0,0 @@ -// Athena Character local configuration file. - -// wan ip override. this ip only will sended to cleints. -// wan_ip:1.2.3.4 - -// Server Communication username and password. -userid: s1 -passwd: p1 - -// 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) -wisp_server_name: Server - -// Login Server IP -login_ip:81.161.192.4 -// Login Server Port -login_port: 6901 - -// Character Server IP -char_ip:81.161.192.4 -// Character Server Port -char_port: 6122 - |