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: