From fe84618e4c80ee808cf7beed0e2a5d3e57bc8975 Mon Sep 17 00:00:00 2001 From: Inkfish Date: Sun, 13 Sep 2009 08:31:19 +0000 Subject: * Progressbar aborts when player is attacked. * Do not stand if damage is from yourself or has no source.(bugreport:3582) * Any mobs killed by party members within view range are taken into account in questlog. * 'unit_walktobl' now uses at least 1 as the range since 'unit_can_reach_bl' always sets the target coordinates 1 cell away from the target block. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14057 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/quest.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/quest.h') diff --git a/src/map/quest.h b/src/map/quest.h index 505d2047b..94ae57eb5 100644 --- a/src/map/quest.h +++ b/src/map/quest.h @@ -21,6 +21,7 @@ int quest_pc_login(TBL_PC * sd); int quest_add(TBL_PC * sd, int quest_id); int quest_delete(TBL_PC * sd, int quest_id); int quest_change(TBL_PC * sd, int qid1, int qid2); +int quest_update_objective_sub(struct block_list *bl, va_list ap); void quest_update_objective(TBL_PC * sd, int mob); int quest_update_status(TBL_PC * sd, int quest_id, quest_state status); int quest_check(TBL_PC * sd, int quest_id, quest_check_type type); -- cgit v1.2.3-70-g09d2