diff options
author | Asheraf <acheraf1998@gmail.com> | 2018-07-19 03:26:31 +0100 |
---|---|---|
committer | Asheraf <acheraf1998@gmail.com> | 2018-07-19 05:37:58 +0100 |
commit | f1ce1f48d541b8b574d2fbc2bc03ea92e816d71e (patch) | |
tree | 5b51c6b08645253b4e4b8d6bd5d4aa3cbf9152f0 /conf/map | |
parent | b4a5462cb762d03273b054708fe3378f6d82ede3 (diff) | |
download | hercules-f1ce1f48d541b8b574d2fbc2bc03ea92e816d71e.tar.gz hercules-f1ce1f48d541b8b574d2fbc2bc03ea92e816d71e.tar.bz2 hercules-f1ce1f48d541b8b574d2fbc2bc03ea92e816d71e.tar.xz hercules-f1ce1f48d541b8b574d2fbc2bc03ea92e816d71e.zip |
enable bodystyle saving by default
Diffstat (limited to 'conf/map')
-rw-r--r-- | conf/map/battle/client.conf | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/conf/map/battle/client.conf b/conf/map/battle/client.conf index 4dc803bca..2fb2d28ac 100644 --- a/conf/map/battle/client.conf +++ b/conf/map/battle/client.conf @@ -104,9 +104,7 @@ wedding_modifydisplay: false save_clothcolor: true // Save body styles? (Note 1) -// Note: Don't turn this on unless you know what your doing. -// Sprites are not released officially. -save_body_style: false +save_body_style: true // Do not display cloth colors for the wedding costume? // Note: Both save_clothcolor and wedding_modifydisplay have to be enabled |