diff options
author | Alige <aligetmw@hotmail.fr> | 2012-09-06 18:08:30 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-09-06 18:08:30 +0400 |
commit | 2b030bb5a4eaf60a9d4dd18b90be6a1c6b75a7f1 (patch) | |
tree | bf81fd24c71f0ca3bbac579bcd1d7a25b083d6be /npc | |
parent | c7aee20fb04f1a12d33dd013a25dd144116d19f8 (diff) | |
download | serverdata-2b030bb5a4eaf60a9d4dd18b90be6a1c6b75a7f1.tar.gz serverdata-2b030bb5a4eaf60a9d4dd18b90be6a1c6b75a7f1.tar.bz2 serverdata-2b030bb5a4eaf60a9d4dd18b90be6a1c6b75a7f1.tar.xz serverdata-2b030bb5a4eaf60a9d4dd18b90be6a1c6b75a7f1.zip |
Fixed language and added a missing part of the story in oldbook.txt.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/items/oldbook.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/items/oldbook.txt b/npc/items/oldbook.txt index 4f704a83..c508f0a7 100644 --- a/npc/items/oldbook.txt +++ b/npc/items/oldbook.txt @@ -1,5 +1,5 @@ // Evol scripts. -// Author: +// Authors: // Alige // Reid // Description: @@ -35,7 +35,9 @@ OnUse: next; mes col(l("Even though they did not hear anything about the other groups, they decided to start a new life on this land, full of harmful animals."), 9); next; - mes col(l("This new land was called Andorra and its capital city, Esperia."), 9); + mes col(l("This new continent, in fact an archipelago, was called Andorra."), 9); + next; + mes col(l("A great city, now the capital of these islands, called Esperia, rose on the single island, Aurora, where everyone lived."), 9); close; |