From 0e50ba64d94c7b9da72535dd450a959a961c893f Mon Sep 17 00:00:00 2001 From: aleos Date: Wed, 4 Oct 2023 19:19:00 -0400 Subject: [PATCH] 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! --- src/map/status.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/map/status.cpp b/src/map/status.cpp index ff16ea0a4a..6ced4567e9 100644 --- a/src/map/status.cpp +++ b/src/map/status.cpp @@ -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: