summaryrefslogtreecommitdiff
path: root/src/char/char.c
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2018-06-24 15:46:48 +0200
committerHaru <haru@dotalux.com>2018-06-30 01:51:09 +0200
commitbd010c4058f7973287a4083031d508aa610cb9dd (patch)
tree1accd13d38584614b58ae2ecfa64ec7c5b103eef /src/char/char.c
parenta77ed4bbf9a7afa60954c8eab6778be1840e77c5 (diff)
downloadhercules-bd010c4058f7973287a4083031d508aa610cb9dd.tar.gz
hercules-bd010c4058f7973287a4083031d508aa610cb9dd.tar.bz2
hercules-bd010c4058f7973287a4083031d508aa610cb9dd.tar.xz
hercules-bd010c4058f7973287a4083031d508aa610cb9dd.zip
Move some non-mapif functions from the mapif interface to the inter_elemental 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 0ac1597df..0e80cf971 100644
--- a/src/char/char.c
+++ b/src/char/char.c
@@ -1815,7 +1815,7 @@ int char_delete_char_sql(int char_id)
/* remove elemental */
if (elemental_id)
- mapif->elemental_delete(elemental_id);
+ inter_elemental->delete(elemental_id);
/* remove mercenary data */
inter_mercenary->owner_delete(char_id);