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:
aleos 2023-10-04 19:19:00 -04:00
parent 8b6c072ff5
commit 0e50ba64d9

View File

@ -13306,6 +13306,9 @@ int status_change_end(struct block_list* bl, enum sc_type type, int tid)
if((sce->val1&0xFFFF) == CG_MOONLIT)
clif_status_change(bl,EFST_MOON,0,0,0,0,0);
#ifndef RENEWAL
status_change_end(bl, SC_LONGING, INVALID_TIMER);
#endif
}
break;
case SC_NOCHAT: