From bbb6a9e90c3ccc8ded96ffe0ac7f8d8ba47dc1a3 Mon Sep 17 00:00:00 2001 From: Aleos Date: Wed, 4 Oct 2023 19:15:11 -0400 Subject: [PATCH] Fixes Spiderweb SCS_NOMOVECOND (#7953) * Fixes #7948. * Removes Spiderweb from the SCS_NOMOVECOND checks. * Follow up to f28d207. Thanks to @izecold! --- src/map/status.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/map/status.cpp b/src/map/status.cpp index 7b7b360785..5f32484b97 100644 --- a/src/map/status.cpp +++ b/src/map/status.cpp @@ -5408,7 +5408,6 @@ void status_calc_state( struct block_list *bl, status_change *sc, std::bitsetgetSCE(SC_CAMOUFLAGE) && sc->getSCE(SC_CAMOUFLAGE)->val1 < 3) || (sc->getSCE(SC_MAGNETICFIELD) && sc->getSCE(SC_MAGNETICFIELD)->val2 != bl->id) || (sc->getSCE(SC_FEAR) && sc->getSCE(SC_FEAR)->val2 > 0) - || (sc->getSCE(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