From 0555708604b5609f6827d3eaa820d7e49aabd03a Mon Sep 17 00:00:00 2001 From: shennetsind Date: Mon, 9 Sep 2013 15:48:07 -0300 Subject: Fixed Bug #7613 Fixed issue with wedding status type moving speed being delayed to be applied/removed. Special Thanks to bgamez23 http://hercules.ws/board/tracker/issue-7613-walking-speed-bug/ Signed-off-by: shennetsind --- src/map/status.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/map/status.c b/src/map/status.c index f50a7422f..0a29a5d2f 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -1021,6 +1021,8 @@ void initChangeTables(void) { StatusChangeFlagTable[SC_REBOUND] |= SCB_SPEED|SCB_REGEN; StatusChangeFlagTable[SC_ALL_RIDING] = SCB_SPEED; + StatusChangeFlagTable[SC_WEDDING] = SCB_SPEED; + /* StatusDisplayType Table [Ind/Hercules] */ StatusDisplayType[SC_ALL_RIDING] = true; -- cgit v1.2.3-60-g2f50