From 3e08b644b046448f1e0697cc2b63d310e1390a66 Mon Sep 17 00:00:00 2001 From: skotlex Date: Tue, 28 Nov 2006 21:14:42 +0000 Subject: - Fixed a typo which made the wedding_ignore_palette setting not work when you log on with them equipped git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9353 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/status.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map/status.c') diff --git a/src/map/status.c b/src/map/status.c index 51914dede..164c6f4e6 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -4318,8 +4318,8 @@ void status_set_viewdata(struct block_list *bl, int class_) } vd = status_get_viewdata(bl); if (vd && vd->cloth_color && ( - (vd->class_==JOB_WEDDING && !battle_config.wedding_ignorepalette) - || (vd->class_==JOB_XMAS && !battle_config.xmas_ignorepalette) + (vd->class_==JOB_WEDDING && battle_config.wedding_ignorepalette) + || (vd->class_==JOB_XMAS && battle_config.xmas_ignorepalette) )) vd->cloth_color = 0; } -- cgit v1.2.3-60-g2f50