diff options
Diffstat (limited to 'npc/001-2-6/books.txt')
-rw-r--r-- | npc/001-2-6/books.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-2-6/books.txt b/npc/001-2-6/books.txt index 49c77f16..53091bdf 100644 --- a/npc/001-2-6/books.txt +++ b/npc/001-2-6/books.txt @@ -156,7 +156,7 @@ OnInit: } OnUse: - if (openoldbook ()) + if (openoldbook()) read_book; close; |