summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index acefa03c3..37c424a82 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -9356,7 +9356,7 @@ void clif_parse_WalkToXY(int fd, struct map_session_data *sd)
else if (pc_cant_act(sd))
return;
- if(sd->sc.data[SC_RUN])
+ if(sd->sc.data[SC_RUN] || sd->sc.data[SC_WUGDASH])
return;
pc_delinvincibletimer(sd);