From 3df537e2a8c1ed29b207604160078fec155ed484 Mon Sep 17 00:00:00 2001 From: aleos Date: Tue, 10 Oct 2023 08:57:37 -0400 Subject: [PATCH] Fixes Longing for Freedom for real --- src/map/status.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/map/status.cpp b/src/map/status.cpp index 6ced4567e9..d469e30759 100644 --- a/src/map/status.cpp +++ b/src/map/status.cpp @@ -5403,9 +5403,6 @@ void status_calc_state( struct block_list *bl, status_change *sc, std::bitsetgetSCE(SC_SPIDERWEB) && sc->getSCE(SC_SPIDERWEB)->val1) || (sc->getSCE(SC_HIDING) && (bl->type != BL_PC || (pc_checkskill(BL_CAST(BL_PC,bl),RG_TUNNELDRIVE) <= 0))) || (sc->getSCE(SC_DANCING) && sc->getSCE(SC_DANCING)->val4 && ( -#ifndef RENEWAL - !sc->getSCE(SC_LONGING) || -#endif (sc->getSCE(SC_DANCING)->val1&0xFFFF) == CG_MOONLIT || (sc->getSCE(SC_DANCING)->val1&0xFFFF) == CG_HERMODE )) @@ -13306,9 +13303,6 @@ 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: