summaryrefslogtreecommitdiff
path: root/src/emap/pc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emap/pc.c')
-rw-r--r--src/emap/pc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emap/pc.c b/src/emap/pc.c
index b371797..8c372f0 100644
--- a/src/emap/pc.c
+++ b/src/emap/pc.c
@@ -963,6 +963,9 @@ int epc_jobchange(struct map_session_data *sd,
if (homun_alive(sd->hd) && !pc->checkskill(sd, AM_CALLHOMUN))
homun->vaporize(sd, HOM_ST_REST);
+ if ((sd->sc.data[SC_SPRITEMABLE] && pc->checkskill(sd, SU_SPRITEMABLE)))
+ status_change_end(&sd->bl, SC_SPRITEMABLE, INVALID_TIMER);
+
if (sd->status.manner < 0)
clif->changestatus(sd, SP_MANNER, sd->status.manner);