diff options
author | Haru <haru@dotalux.com> | 2015-09-18 13:09:16 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-09-25 12:55:36 +0200 |
commit | 1aea178ef7cdb76eda5600540b5fbd29fd54ff88 (patch) | |
tree | 855d4feafba212d7f36872c1b46814c1f1a85e75 /conf/char-server.conf | |
parent | e99bf73af31a8b1f09b9ce033c16832ee5cac51d (diff) | |
download | hercules-1aea178ef7cdb76eda5600540b5fbd29fd54ff88.tar.gz hercules-1aea178ef7cdb76eda5600540b5fbd29fd54ff88.tar.bz2 hercules-1aea178ef7cdb76eda5600540b5fbd29fd54ff88.tar.xz hercules-1aea178ef7cdb76eda5600540b5fbd29fd54ff88.zip |
More aggressive whitespace cleanup. Follow up to 51329e6
Signed-off-by: Haru <haru@dotalux.com>
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 |