summaryrefslogtreecommitdiff
path: root/world/conf/char_athena.conf
diff options
context:
space:
mode:
Diffstat (limited to 'world/conf/char_athena.conf')
-rw-r--r--world/conf/char_athena.conf14
1 files changed, 0 insertions, 14 deletions
diff --git a/world/conf/char_athena.conf b/world/conf/char_athena.conf
index 73aab23c..ee2cba1b 100644
--- a/world/conf/char_athena.conf
+++ b/world/conf/char_athena.conf
@@ -5,11 +5,6 @@
// of just under 1024 per server (but a world may be many servers).
max_connect_user: 0
-// Check that a player has the same IP when switching from char to map.
-// To use this, your lan_support.conf files MUST be correct.
-// Disabling this is not supported.
-check_ip_flag: yes
-
// Interval, in seconds, between saves of the flatfile databases.
autosave_time: 300
@@ -23,15 +18,6 @@ start_point: 029-2.gat,22,24
// Log Filename
char_log_filename: log/char.log
-// Manage possible letters/symbol in the name of charater.
-// Control character (0x00-0x1f) are never accepted. Possible values are:
-// 0: no restriction (builtin default, but please don't use)
-// 1: only letters/symbols in 'char_name_letters' option
-// 2: Letters/symbols in 'char_name_letters' option are forbidden.
-// All others are possible (please don't use this).
-// Setting this to anything but 1 is not recommended.
-char_name_option: 1
-
// Set the letters/symbols that you want use with 'char_name_option'.
// This is a cumulative option; specify nothing to reset it.
// Note: if you want to add a space, it can't be at the beginning or end.