diff options
author | Asheraf <acheraf1998@gmail.com> | 2018-10-03 11:30:02 +0100 |
---|---|---|
committer | Asheraf <acheraf1998@gmail.com> | 2018-10-03 12:00:13 +0100 |
commit | 0e38fa59227ec3892fdeb0a9dfdd1037c9225e4d (patch) | |
tree | 96a840c231dadd04e94c4bfe857b4bc77ccdc485 /src/map/quest.h | |
parent | 852c13305f67948531bd0277eb1922dbd02b1f26 (diff) | |
download | hercules-0e38fa59227ec3892fdeb0a9dfdd1037c9225e4d.tar.gz hercules-0e38fa59227ec3892fdeb0a9dfdd1037c9225e4d.tar.bz2 hercules-0e38fa59227ec3892fdeb0a9dfdd1037c9225e4d.tar.xz hercules-0e38fa59227ec3892fdeb0a9dfdd1037c9225e4d.zip |
Add new type for mercenary class to setquestinfo()
Diffstat (limited to 'src/map/quest.h')
-rw-r--r-- | src/map/quest.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/quest.h b/src/map/quest.h index 305a48df1..206a7902f 100644 --- a/src/map/quest.h +++ b/src/map/quest.h @@ -92,6 +92,7 @@ struct quest_interface { bool (*questinfo_validate_homunculus_level) (struct map_session_data *sd, struct questinfo *qi); bool (*questinfo_validate_homunculus_type) (struct map_session_data *sd, struct questinfo *qi); bool (*questinfo_validate_quests) (struct map_session_data *sd, struct questinfo *qi); + bool (*questinfo_validate_mercenary_class) (struct map_session_data *sd, struct questinfo *qi); void (*questinfo_vector_clear) (int m); }; |