summaryrefslogtreecommitdiff
path: root/src/map/mob.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/mob.c')
-rw-r--r--src/map/mob.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/mob.c b/src/map/mob.c
index ec192b311..cd7a234bb 100644
--- a/src/map/mob.c
+++ b/src/map/mob.c
@@ -2625,7 +2625,7 @@ int mob_class_change (struct mob_data *md, int class_)
//Need to update name display.
clif_charnameack(0, &md->bl);
-
+ status_change_end(&md->bl,SC_KEEPING,INVALID_TIMER);
return 0;
}