diff options
Diffstat (limited to 'src/char/char.c')
-rw-r--r-- | src/char/char.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/char/char.c b/src/char/char.c index 50586a921..4e42e9a5e 100644 --- a/src/char/char.c +++ b/src/char/char.c @@ -1899,6 +1899,9 @@ static int char_delete(struct mmo_charstatus *cs) { //
char_divorce(cs);
}
+#ifdef ENABLE_SC_SAVING
+ status_delete_scdata(cs->account_id, cs->char_id);
+#endif
return 0;
}
|