diff options
author | Fate <fate-tmw@googlemail.com> | 2009-05-31 15:07:13 +0000 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2009-05-31 15:07:13 +0000 |
commit | 960098a059130324a02f706a6d6fd2578364c52b (patch) | |
tree | 2e8f2724b2283336ef98ba7738628cc57724f618 | |
parent | b0211083bccc0d2ec3dadb92fe48177ace502521 (diff) | |
download | serverdata-960098a059130324a02f706a6d6fd2578364c52b.tar.gz serverdata-960098a059130324a02f706a6d6fd2578364c52b.tar.bz2 serverdata-960098a059130324a02f706a6d6fd2578364c52b.tar.xz serverdata-960098a059130324a02f706a6d6fd2578364c52b.zip |
Added missing "close" to Hurnscald bookshelf.
-rw-r--r-- | npc/009-2_Hurnscald/misc.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/009-2_Hurnscald/misc.txt b/npc/009-2_Hurnscald/misc.txt index 9a929203..60acf766 100644 --- a/npc/009-2_Hurnscald/misc.txt +++ b/npc/009-2_Hurnscald/misc.txt @@ -58,4 +58,5 @@ L_magic: L_magic_boring: mes "[Bookshelf]"; mes "Leafing through the manuscript, you find that you understand too little of what is said there to make any sense of it."; + close; } |