diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2017-04-19 23:41:37 +0800 |
---|---|---|
committer | Jedzkie <jedzkie13@rocketmail.com> | 2017-04-19 23:41:37 +0800 |
commit | 94104f0e3c69e2089b42915de74c792acbda9e6d (patch) | |
tree | 5d39c8042527236f056243a518e1a09fe1bf9c37 /conf | |
parent | c22bc45868e8ea2b7ef904848d178caeaa6b379c (diff) | |
download | hercules-94104f0e3c69e2089b42915de74c792acbda9e6d.tar.gz hercules-94104f0e3c69e2089b42915de74c792acbda9e6d.tar.bz2 hercules-94104f0e3c69e2089b42915de74c792acbda9e6d.tar.xz hercules-94104f0e3c69e2089b42915de74c792acbda9e6d.zip |
Added oktoberfest_ignorepalette configuration
Diffstat (limited to 'conf')
-rw-r--r-- | conf/map/battle/client.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/map/battle/client.conf b/conf/map/battle/client.conf index 45f89ce9b..32f1324be 100644 --- a/conf/map/battle/client.conf +++ b/conf/map/battle/client.conf @@ -126,6 +126,10 @@ summer_ignorepalette: false // Set this to true if your cloth palettes pack doesn't has Hanbok palettes (or has less than the other jobs) hanbok_ignorepalette: false +// Do not display cloth colors for the Oktoberfest costume? +// Set this to true if your cloth palettes pack doesn't has Oktoberfest palettes (or has less than the other jobs) +oktoberfest_ignorepalette: false + // Do not display cloth colors for the Summer 2 costume? // Set this to true if your cloth palettes pack doesn't has Summer 2 palettes (or has less than the other jobs) summer2_ignorepalette: false |