summaryrefslogtreecommitdiff
path: root/src/map/pc.c
diff options
context:
space:
mode:
authorSusu <bruant.bastien@gmail.com>2013-07-29 16:05:51 +0200
committerSusu <bruant.bastien@gmail.com>2013-07-29 16:05:51 +0200
commitb7171479a47490ff80bf04849f763158d6d96fac (patch)
tree54392801c4087f4cfe0b351596fc6f36546beb6b /src/map/pc.c
parent853489bcb5f2acfce14731b117ddc2b246042883 (diff)
downloadhercules-b7171479a47490ff80bf04849f763158d6d96fac.tar.gz
hercules-b7171479a47490ff80bf04849f763158d6d96fac.tar.bz2
hercules-b7171479a47490ff80bf04849f763158d6d96fac.tar.xz
hercules-b7171479a47490ff80bf04849f763158d6d96fac.zip
Added mercenary interface
Diffstat (limited to 'src/map/pc.c')
-rw-r--r--src/map/pc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.c b/src/map/pc.c
index e6c3721c3..e0f2bf2f8 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -6725,7 +6725,7 @@ int pc_dead(struct map_session_data *sd,struct block_list *src) {
}
if( sd->md )
- merc_delete(sd->md, 3); // Your mercenary soldier has ran away.
+ mercenary->merc_delete(sd->md, 3); // Your mercenary soldier has ran away.
if( sd->ed )
elemental->delete(sd->ed, 0);