Fixes Longing for Freedom making players stuck
* Fixes #7777. * Fixes Longing for Freedom making players not be able to walk after songs have ended. Thanks to @XanKriegor1!
This commit is contained in:
parent
8b6c072ff5
commit
0e50ba64d9
@ -13306,6 +13306,9 @@ int status_change_end(struct block_list* bl, enum sc_type type, int tid)
|
|||||||
|
|
||||||
if((sce->val1&0xFFFF) == CG_MOONLIT)
|
if((sce->val1&0xFFFF) == CG_MOONLIT)
|
||||||
clif_status_change(bl,EFST_MOON,0,0,0,0,0);
|
clif_status_change(bl,EFST_MOON,0,0,0,0,0);
|
||||||
|
#ifndef RENEWAL
|
||||||
|
status_change_end(bl, SC_LONGING, INVALID_TIMER);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case SC_NOCHAT:
|
case SC_NOCHAT:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user