diff options
Diffstat (limited to 'npc/003-8')
-rw-r--r-- | npc/003-8/intensebeard.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-8/intensebeard.txt b/npc/003-8/intensebeard.txt index 0ee951b68..cf095e238 100644 --- a/npc/003-8/intensebeard.txt +++ b/npc/003-8/intensebeard.txt @@ -12,7 +12,7 @@ goto L_SemQuest; if (!getskilllv(TMW2_CRAFT)) goto L_Learn; - if (!countitem(RecipeBook)) + if (!countitem(RecipeBook) && !countitem(JesusalvaGrimorium)) goto L_SemLivro; mesn; |