summaryrefslogtreecommitdiff
path: root/src/map/status.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/status.c')
-rw-r--r--src/map/status.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/map/status.c b/src/map/status.c
index f9db3f9c6..5f24e244d 100644
--- a/src/map/status.c
+++ b/src/map/status.c
@@ -7059,7 +7059,10 @@ int status_change_timer(int tid, unsigned int tick, int id, intptr data)
if (sc->data[SC_LONGING])
sp*= 3;
if (!status_charge(bl, 0, sp))
- break;
+ {
+ skill_stop_dancing(bl);
+ return 0;
+ }
}
sc_timer_next(1000+tick, status_change_timer, bl->id, data);
return 0;