diff options
author | Alige <aligetmw@hotmail.fr> | 2012-11-23 16:18:14 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-11-23 16:18:14 +0400 |
commit | 2753c9815009d02c7251286440704e901452625a (patch) | |
tree | cf216fba5e1d7cc83f9e07499c896938674c80f0 /npc | |
parent | 1b4f3274d19d5453b7a75f03b8ba936108162237 (diff) | |
download | clientdata-2753c9815009d02c7251286440704e901452625a.tar.gz clientdata-2753c9815009d02c7251286440704e901452625a.tar.bz2 clientdata-2753c9815009d02c7251286440704e901452625a.tar.xz clientdata-2753c9815009d02c7251286440704e901452625a.zip |
Small script issue in nard.txt.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-3/nard.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/000-2-3/nard.txt b/npc/000-2-3/nard.txt index 497e8a31..a5c88939 100644 --- a/npc/000-2-3/nard.txt +++ b/npc/000-2-3/nard.txt @@ -185,11 +185,11 @@ l_ChefQuestComplete: // Need to add a skill for the crew at this line. mesn "Narrator"; - mes col(lg("This is it, the end of the Second Beta Release of Evol Online!"), 9); + mes col(l("This is it, the end of the Second Beta Release of Evol Online!"), 9); next; - mes col(lg("We hope that you liked this introduction and we hope to see you in our future releases!"), 9); + mes col(l("We hope you liked this introduction and to see you again in our future releases!"), 9); next; - mes col(lg("The adventure begins!"), 9); + mes col(l("The adventure begins!"), 9); close; |