diff options
author | Reid <reidyaro@gmail.com> | 2012-11-08 18:44:21 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-11-10 17:47:02 +0100 |
commit | 1b04b39edc642c31b2fcb01877c7e06e0c3b0a2c (patch) | |
tree | 791f6e42df4da57d308a4d561db962d092e24a2d /npc/items/oldbook.txt | |
parent | 786c17f345e1013d7b098847592260c43ea1ced6 (diff) | |
download | serverdata-1b04b39edc642c31b2fcb01877c7e06e0c3b0a2c.tar.gz serverdata-1b04b39edc642c31b2fcb01877c7e06e0c3b0a2c.tar.bz2 serverdata-1b04b39edc642c31b2fcb01877c7e06e0c3b0a2c.tar.xz serverdata-1b04b39edc642c31b2fcb01877c7e06e0c3b0a2c.zip |
Fix bug on Old Book item.
Diffstat (limited to 'npc/items/oldbook.txt')
-rw-r--r-- | npc/items/oldbook.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/items/oldbook.txt b/npc/items/oldbook.txt index ca3c5164..27bdcac7 100644 --- a/npc/items/oldbook.txt +++ b/npc/items/oldbook.txt @@ -8,6 +8,7 @@ 000-2-1.gat,0,0,1 script OldBook 0,{ OnUse: + message strcharinfo(0), l("You open the treasure chest."); mesn "Narrator"; mes col(l("You open the book, but it looks like the sea water and time damaged it severely. Some pages are not readable anymore. Some others are simply missing."), 9); next; |