diff options
Diffstat (limited to 'src/char/char.c')
-rw-r--r-- | src/char/char.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/char/char.c b/src/char/char.c index 5b497bd0c..1ee3cfd1d 100644 --- a/src/char/char.c +++ b/src/char/char.c @@ -3574,10 +3574,6 @@ int parse_frommap(int fd) cid = RFIFOL(fd, 8); count = RFIFOW(fd, 12); - /* clear; ensure no left overs e.g. permanent */ - if( SQL_ERROR == SQL->Query(sql_handle, "DELETE FROM `%s` WHERE `account_id` = '%d' AND `char_id`='%d'", scdata_db, aid, cid) ) - Sql_ShowDebug(sql_handle); - if( count > 0 ) { struct status_change_data data; |