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 /src/map/status.c | |
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 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/status.c b/src/map/status.c index 529ab1c02..fe09c1b7f 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -6883,7 +6883,7 @@ void status_set_viewdata(struct block_list *bl, int class_) sd->vd.cloth_color = 0; if (sd->sc.option&OPTION_HANBOK && battle_config.hanbok_ignorepalette) sd->vd.cloth_color = 0; - if (sd->sc.option&OPTION_OKTOBERFEST /* TODO: config? */) + if (sd->sc.option&OPTION_OKTOBERFEST && battle_config.oktoberfest_ignorepalette) sd->vd.cloth_color = 0; if (sd->sc.option&OPTION_SUMMER2 && battle_config.summer2_ignorepalette) sd->vd.cloth_color = 0; |