diff options
Diffstat (limited to 'conf/char-server.conf')
-rw-r--r-- | conf/char-server.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/char-server.conf b/conf/char-server.conf index 1fee6df06..37631ddae 100644 --- a/conf/char-server.conf +++ b/conf/char-server.conf @@ -9,7 +9,7 @@ userid: s1 passwd: p1 // Server name, use alternative character such as ASCII 160 for spaces. -// NOTE: Do not use spaces or any of these characters which are not allowed in +// NOTE: Do not use spaces or any of these characters which are not allowed in // Windows filenames \/:*?"<>| // ... or else guild emblems won't work client-side! server_name: Hercules @@ -91,7 +91,7 @@ gm_allow_group: -1 // On SQL servers, it applies to guilds (character save interval is defined on the map config) autosave_time: 60 -// Display information on the console whenever characters/guilds/parties/pets are loaded/saved? +// Display information on the console whenever characters/guilds/parties/pets are loaded/saved? save_log: yes // Start point, Map name followed by coordinates (x,y) @@ -114,7 +114,7 @@ fame_list_blacksmith: 10 fame_list_taekwon: 10 // Guild earned exp modifier. -// Adjusts taxed exp before adding it to the guild's exp. For example, if set +// Adjusts taxed exp before adding it to the guild's exp. For example, if set // to 200, the guild receives double the player's taxed exp. guild_exp_rate: 100 |