summaryrefslogtreecommitdiff
path: root/src/map/map.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/map.c')
-rw-r--r--src/map/map.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/map.c b/src/map/map.c
index 203a31733..8a845c4be 100644
--- a/src/map/map.c
+++ b/src/map/map.c
@@ -1638,6 +1638,8 @@ int map_quit(struct map_session_data *sd)
status_change_end(&sd->bl,SC_PRESERVE,-1);
if(sd->sc.data[SC_KAAHI])
status_change_end(&sd->bl,SC_KAAHI,-1);
+ if(sd->sc.data[SC_SPIRIT])
+ status_change_end(&sd->bl,SC_SPIRIT,-1);
}
}