From 724257ee1acfff307ea3e56e32ee18beb3fc3907 Mon Sep 17 00:00:00 2001 From: Aleos Date: Fri, 5 Aug 2022 10:02:15 -0400 Subject: [PATCH] Fixes pre-renewal duet dancing (#7160) * Fixes #7134. * Resolves an issue where duet songs resulted in the partner not being able to move when canceling the song early. Thanks to @hnomkeng! --- src/map/status.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/status.cpp b/src/map/status.cpp index a81af7d2fb..6ead05ac47 100644 --- a/src/map/status.cpp +++ b/src/map/status.cpp @@ -5205,7 +5205,7 @@ void status_calc_state( struct block_list *bl, struct status_change *sc, std::bi || (sc->data[SC_FEAR] && sc->data[SC_FEAR]->val2 > 0) || (sc->data[SC_SPIDERWEB] && sc->data[SC_SPIDERWEB]->val1) || (sc->data[SC_HIDING] && (bl->type != BL_PC || (pc_checkskill(BL_CAST(BL_PC,bl),RG_TUNNELDRIVE) <= 0))) - || (sc->data[SC_DANCING] && sc->data[SC_DANCING]->val4 && ( + || (sc->data[SC_DANCING] && ( #ifndef RENEWAL !sc->data[SC_LONGING] || #endif