summaryrefslogtreecommitdiff
path: root/src/tables.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tables.c')
-rw-r--r--src/tables.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/tables.c b/src/tables.c
index 259fd5ae..3eea2d39 100644
--- a/src/tables.c
+++ b/src/tables.c
@@ -4301,6 +4301,22 @@ quest_type quest_init_tome[MAX_Q_IDX_INIT] =
{0, 0, 0, 0},
quest_fireproof_describe,
},
+ /* Library */
+ {
+ FALSE,
+ TRUE,
+ "Library quest",
+ {
+ "", /* dynamic desc */
+ },
+ QUEST_STATUS_UNTAKEN,
+ 35,
+ NULL,
+ HOOK_TYPE_C,
+ quest_library_init_hook,
+ { -1, -1, -1, -1 },
+ quest_library_describe,
+ },
};