summaryrefslogtreecommitdiff
path: root/src/map/unit.c
diff options
context:
space:
mode:
authorSusu <bruant.bastien@gmail.com>2013-07-29 15:16:48 +0200
committerSusu <bruant.bastien@gmail.com>2013-07-29 15:16:48 +0200
commit5a22b0445416dbf7d0a0ddd95d31c1f068e704b3 (patch)
tree00ac75b9f22e4602eac87b9203b8faa141c86d65 /src/map/unit.c
parent9ac2cf7bc508248450ddd9f3eaca32cb6fe715a4 (diff)
downloadhercules-5a22b0445416dbf7d0a0ddd95d31c1f068e704b3.tar.gz
hercules-5a22b0445416dbf7d0a0ddd95d31c1f068e704b3.tar.bz2
hercules-5a22b0445416dbf7d0a0ddd95d31c1f068e704b3.tar.xz
hercules-5a22b0445416dbf7d0a0ddd95d31c1f068e704b3.zip
Added iDuel interface (duel.c)
Diffstat (limited to 'src/map/unit.c')
-rw-r--r--src/map/unit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/unit.c b/src/map/unit.c
index 38606230f..7a1c15838 100644
--- a/src/map/unit.c
+++ b/src/map/unit.c
@@ -2167,7 +2167,7 @@ int unit_remove_map_(struct block_list *bl, clr_type clrtype, const char* file,
sd->pvp_rank = 0;
}
if(sd->duel_group > 0)
- duel_leave(sd->duel_group, sd);
+ iDuel->leave(sd->duel_group, sd);
if(pc_issit(sd)) {
pc->setstand(sd);
@@ -2343,7 +2343,7 @@ int unit_free(struct block_list *bl, clr_type clrtype)
pc->stop_following(sd);
if( sd->duel_invite > 0 )
- duel_reject(sd->duel_invite, sd);
+ iDuel->reject(sd->duel_invite, sd);
// Notify friends that this char logged out. [Skotlex]
iMap->map_foreachpc(clif->friendslist_toggle_sub, sd->status.account_id, sd->status.char_id, 0);