diff options
author | Frost <jedzkie13@rocketmail.com> | 2015-09-17 14:38:26 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-09-17 15:01:14 +0200 |
commit | 51329e6c6f783cbfbb51f928c921afd3b114a72a (patch) | |
tree | 6efe2d828325abf55fe5f6f064394bf1d3c0b514 /conf/battle/client.conf | |
parent | 18f222b67d03dc8ad7584b972025bf58dbf39c1a (diff) | |
download | hercules-51329e6c6f783cbfbb51f928c921afd3b114a72a.tar.gz hercules-51329e6c6f783cbfbb51f928c921afd3b114a72a.tar.bz2 hercules-51329e6c6f783cbfbb51f928c921afd3b114a72a.tar.xz hercules-51329e6c6f783cbfbb51f928c921afd3b114a72a.zip |
corrected some white spaces and added missing EOL.
Split from #558 (and added a few more corrections)
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'conf/battle/client.conf')
-rw-r--r-- | conf/battle/client.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/battle/client.conf b/conf/battle/client.conf index 5089fa4a5..e10f03d82 100644 --- a/conf/battle/client.conf +++ b/conf/battle/client.conf @@ -16,7 +16,7 @@ packet_obfuscation: 1 // Minimum delay between whisper/global/party/guild messages (in ms) -// Messages that break this threshold are silently omitted. +// Messages that break this threshold are silently omitted. min_chat_delay: 0 // Valid range of dyes and styles on the client. @@ -24,7 +24,7 @@ min_hair_style: 0 max_hair_style: 29 min_hair_color: 0 max_hair_color: 8 -min_cloth_color: 0 +min_cloth_color: 0 max_cloth_color: 4 // When set to yes, the damage field in packets sent from woe maps will be set @@ -77,7 +77,7 @@ save_clothcolor: yes // Do not display cloth colors for the wedding costume? // Note: Both save_clothcolor and wedding_modifydisplay have to be enabled -// for this option to take effect. Set this to yes if your cloth palettes +// for this option to take effect. Set this to yes if your cloth palettes // pack doesn't has wedding palettes (or has less than the other jobs) wedding_ignorepalette: no |