summaryrefslogtreecommitdiff
path: root/src/char/char.c
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2018-06-24 20:30:19 +0200
committerHaru <haru@dotalux.com>2018-06-30 01:51:10 +0200
commit735e2e8340c9522ee5a9afdcad29d191da29c8d4 (patch)
tree536e52409a69bb46b086cc977dddc7ecc3cf22f7 /src/char/char.c
parentbfafa60e80f4a3241177c6d6e8849269b2aea166 (diff)
downloadhercules-735e2e8340c9522ee5a9afdcad29d191da29c8d4.tar.gz
hercules-735e2e8340c9522ee5a9afdcad29d191da29c8d4.tar.bz2
hercules-735e2e8340c9522ee5a9afdcad29d191da29c8d4.tar.xz
hercules-735e2e8340c9522ee5a9afdcad29d191da29c8d4.zip
Move some non-mapif functionality from the mapif interface to the inter_homunculus interface
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/char/char.c')
-rw-r--r--src/char/char.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/char/char.c b/src/char/char.c
index 2c9c73dd7..3f55bd699 100644
--- a/src/char/char.c
+++ b/src/char/char.c
@@ -1811,7 +1811,7 @@ int char_delete_char_sql(int char_id)
/* remove homunculus */
if( hom_id )
- mapif->homunculus_delete(hom_id);
+ inter_homunculus->delete(hom_id);
/* remove elemental */
if (elemental_id)