diff options
author | Reid <reidyaro@gmail.com> | 2012-09-07 02:02:23 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-09-07 02:15:55 +0200 |
commit | f699bcbe3ee03f9df3053d3d3eabac4a4f64d0fb (patch) | |
tree | 092e7b1d572de7c510bb49c60d34e160cde1d790 /npc/items | |
parent | 0aa419212d022f603d0fe3e2ef052b3651975af3 (diff) | |
download | serverdata-f699bcbe3ee03f9df3053d3d3eabac4a4f64d0fb.tar.gz serverdata-f699bcbe3ee03f9df3053d3d3eabac4a4f64d0fb.tar.bz2 serverdata-f699bcbe3ee03f9df3053d3d3eabac4a4f64d0fb.tar.xz serverdata-f699bcbe3ee03f9df3053d3d3eabac4a4f64d0fb.zip |
Correct some english typo and add a missing white line on oldbook script.
Diffstat (limited to 'npc/items')
-rw-r--r-- | npc/items/oldbook.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/items/oldbook.txt b/npc/items/oldbook.txt index 5cee903f..698c0567 100644 --- a/npc/items/oldbook.txt +++ b/npc/items/oldbook.txt @@ -10,7 +10,7 @@ OnUse: getitem 514, 1, 1; mesn "Narrator"; - mes col(l("You open the book, but it seems that sea water and age has get reason of it, some page aren't readable and some others are missing."), 9); + mes col(l("You open the book, but it seems that the sea water and the age has get reason of it, some page aren't readable and some others are missing."), 9); next; mes col(l("It seems to be a book about the legend of Aemil, do you want to read it?"), 9); next; @@ -22,6 +22,7 @@ OnUse: close; l_Read: + mes ""; mes l("Aemil is a magnificent world unknown to us all."); next; mes l("Its inhabitants did not know any kind of horror and in peace they lived as the earth gave them everything they needed to live."); |