From 8fb81341feedb5d00175d83e816f4d2ec2d4eb36 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Mon, 16 Sep 2013 12:31:37 -0300 Subject: HPM: Quest.c Interface Fully Integrated Signed-off-by: shennetsind --- src/map/mob.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map/mob.c') diff --git a/src/map/mob.c b/src/map/mob.c index 701a89b6c..3b3ff0797 100644 --- a/src/map/mob.c +++ b/src/map/mob.c @@ -2568,9 +2568,9 @@ int mob_dead(struct mob_data *md, struct block_list *src, int type) } if( sd->status.party_id ) - iMap->foreachinrange(quest_update_objective_sub,&md->bl,AREA_SIZE,BL_PC,sd->status.party_id,md->class_); + iMap->foreachinrange(quest->update_objective_sub,&md->bl,AREA_SIZE,BL_PC,sd->status.party_id,md->class_); else if( sd->avail_quests ) - quest_update_objective(sd, md->class_); + quest->update_objective(sd, md->class_); if( sd->md && src && src->type != BL_HOM && mob->db(md->class_)->lv > sd->status.base_level/2 ) mercenary->kills(sd->md); -- cgit v1.2.3-60-g2f50