summaryrefslogtreecommitdiff
path: root/src/map/pc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/pc.c')
-rw-r--r--src/map/pc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/pc.c b/src/map/pc.c
index 0c40d1de4..d3b023e0b 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -150,6 +150,7 @@ int pc_delinvincibletimer(struct map_session_data *sd) {
if(sd->invincible_timer != -1) {
delete_timer(sd->invincible_timer,pc_invincible_timer);
sd->invincible_timer = -1;
+ skill_unit_move(&sd->bl,gettick(),1);
}
return 0;
}