From 09c4d1ef3a04c03e254b16324cf3a2b83f1d0316 Mon Sep 17 00:00:00 2001 From: Inkfish Date: Tue, 28 Jul 2009 05:48:17 +0000 Subject: Corrected two mistakes when I was trying to do some tricks... git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13974 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/mob.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/map/mob.c') diff --git a/src/map/mob.c b/src/map/mob.c index c6020e05c..37fa65ea4 100644 --- a/src/map/mob.c +++ b/src/map/mob.c @@ -1992,10 +1992,10 @@ int mob_dead(struct mob_data *md, struct block_list *src, int type) clif_mission_info(sd, temp, 0); } pc_setglobalreg(sd,"TK_MISSION_COUNT", sd->mission_count); - - if( sd->avail_quests ) - quest_update_objective(sd, md->class_); } + //Move to status.c, and send a delete quest packet and then an add quest packet can refresh the kill counts. Just a trick. :P[Inkfish] + if( sd->avail_quests ) + quest_update_objective(sd, md->class_); } // filter out entries not eligible for exp distribution -- cgit v1.2.3-60-g2f50