diff options
author | Kevin <Kevin@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-26 23:11:15 +0000 |
---|---|---|
committer | Kevin <Kevin@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-26 23:11:15 +0000 |
commit | ab60cf06afb586b106991b4b9848dd9c107ddec2 (patch) | |
tree | b3f302475556f8e2a3fc6fb0b94a6796b982a272 /src/map/quest.h | |
parent | a184ee1870554dc203de4d3b51f29a3324aaf746 (diff) | |
download | hercules-ab60cf06afb586b106991b4b9848dd9c107ddec2.tar.gz hercules-ab60cf06afb586b106991b4b9848dd9c107ddec2.tar.bz2 hercules-ab60cf06afb586b106991b4b9848dd9c107ddec2.tar.xz hercules-ab60cf06afb586b106991b4b9848dd9c107ddec2.zip |
Added script function hasquest.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12660 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/quest.h')
-rw-r--r-- | src/map/quest.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/quest.h b/src/map/quest.h index 269c58bee..c8fa98246 100644 --- a/src/map/quest.h +++ b/src/map/quest.h @@ -17,4 +17,6 @@ int quest_delete_ack(int char_id, int quest_id, int success); int quest_update_objective(TBL_PC * sd, int quest_id, int objective_num, const char * name, int count); int quest_update_status(TBL_PC * sd, int quest_id, bool status); +bool quest_has_quest(TBL_PC * sd, int quest_id); + #endif |