diff options
author | Haru <haru@dotalux.com> | 2018-07-25 03:25:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-25 03:25:54 +0200 |
commit | a57601ad534481e29e4d9746c0442a780e13ba7e (patch) | |
tree | 8dd7ceb9939d142eda50e7482370b221d76c8b46 /conf | |
parent | ed988911d28ddfa64e1340389a818e94785f2cba (diff) | |
parent | f1ce1f48d541b8b574d2fbc2bc03ea92e816d71e (diff) | |
download | hercules-a57601ad534481e29e4d9746c0442a780e13ba7e.tar.gz hercules-a57601ad534481e29e4d9746c0442a780e13ba7e.tar.bz2 hercules-a57601ad534481e29e4d9746c0442a780e13ba7e.tar.xz hercules-a57601ad534481e29e4d9746c0442a780e13ba7e.zip |
Merge pull request #2138 from Asheraf/stylistupdate
Add support for bodystyle in stylist shop ui
Diffstat (limited to 'conf')
-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 dfdb7740c..35c585bf6 100644 --- a/conf/map/battle/client.conf +++ b/conf/map/battle/client.conf @@ -111,9 +111,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 |