diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/char_local.conf.example | 2 | ||||
-rw-r--r-- | conf/map_athena.conf | 2 |
2 files changed, 3 insertions, 1 deletions
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) diff --git a/conf/map_athena.conf b/conf/map_athena.conf index 82e8c08b..f03c0123 100644 --- a/conf/map_athena.conf +++ b/conf/map_athena.conf @@ -13,5 +13,7 @@ mapreg_txt: save/mapreg.txt import: npc/scripts.conf +gm_log: gm.log + // local settings for this server in this file import: conf/map_local.conf |