- Fixed a typo which made the wedding_ignore_palette setting not work when you log on with them equipped
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9353 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
e23391b60d
commit
0f2e649828
@ -4,6 +4,8 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO
|
|||||||
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
|
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
|
||||||
|
|
||||||
2006/11/28
|
2006/11/28
|
||||||
|
* Fixed a typo which made the wedding_ignore_palette setting not work when
|
||||||
|
you log on with them equipped [Skotlex]
|
||||||
* Applied The Ultra Mage's patch to use strict npc header formatting
|
* Applied The Ultra Mage's patch to use strict npc header formatting
|
||||||
parsing. Updated the relevant stock scripts/mapflags that didn't conform to
|
parsing. Updated the relevant stock scripts/mapflags that didn't conform to
|
||||||
the standard. [Skotlex]
|
the standard. [Skotlex]
|
||||||
|
@ -4318,8 +4318,8 @@ void status_set_viewdata(struct block_list *bl, int class_)
|
|||||||
}
|
}
|
||||||
vd = status_get_viewdata(bl);
|
vd = status_get_viewdata(bl);
|
||||||
if (vd && vd->cloth_color && (
|
if (vd && vd->cloth_color && (
|
||||||
(vd->class_==JOB_WEDDING && !battle_config.wedding_ignorepalette)
|
(vd->class_==JOB_WEDDING && battle_config.wedding_ignorepalette)
|
||||||
|| (vd->class_==JOB_XMAS && !battle_config.xmas_ignorepalette)
|
|| (vd->class_==JOB_XMAS && battle_config.xmas_ignorepalette)
|
||||||
))
|
))
|
||||||
vd->cloth_color = 0;
|
vd->cloth_color = 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user