diff options
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/status.c b/src/map/status.c index 6afc10bb0..0fb0ba64b 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -4130,6 +4130,7 @@ int status_change_start(struct block_list *bl,int type,int rate,int val1,int val break;
case SC_WEDDING: //結婚用(結婚衣裳になって?くのが?いとか)
+ case SC_XMAS:
{
struct view_data *vd = status_get_viewdata(bl);
if (vd) {
@@ -5016,6 +5017,7 @@ int status_change_end( struct block_list* bl , int type,int tid ) break;
case SC_WEDDING: //結婚用(結婚衣裳になって?くのが?いとか)
+ case SC_XMAS:
{
struct view_data *vd = status_get_viewdata(bl);
if (vd) {
|