diff options
Diffstat (limited to 'src/map/quest.h')
-rw-r--r-- | src/map/quest.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/quest.h b/src/map/quest.h index 39e1f3461..8d76a40a4 100644 --- a/src/map/quest.h +++ b/src/map/quest.h @@ -15,8 +15,6 @@ 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); -int quest_search_db(int quest_id); - void do_init_quest(); #endif |