diff options
author | Alige <aligetmw@hotmail.fr> | 2012-11-24 23:43:58 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-11-24 23:43:58 +0400 |
commit | 9025d6c88b0e0237e5b9849468480e7ae38e0fc0 (patch) | |
tree | ab79ab8a59b2e30fd83d03fed455f40875688760 /npc/000-2-1/dan.txt | |
parent | 3b74686761589c9aa9b40b9f757755d4d2805f64 (diff) | |
download | clientdata-9025d6c88b0e0237e5b9849468480e7ae38e0fc0.tar.gz clientdata-9025d6c88b0e0237e5b9849468480e7ae38e0fc0.tar.bz2 clientdata-9025d6c88b0e0237e5b9849468480e7ae38e0fc0.tar.xz clientdata-9025d6c88b0e0237e5b9849468480e7ae38e0fc0.zip |
Removed capital letters from monster names in scripts.
Changed "Croco Tree" to "Crocotree" in the database, it makes more sense in scripts, dialogues, story.
Diffstat (limited to 'npc/000-2-1/dan.txt')
-rw-r--r-- | npc/000-2-1/dan.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-2-1/dan.txt b/npc/000-2-1/dan.txt index 35b385e1..d6f61ca3 100644 --- a/npc/000-2-1/dan.txt +++ b/npc/000-2-1/dan.txt @@ -11,7 +11,7 @@ set @q, rand(3); if (@q == 0) goto l_QuestStory; - mesq l("You see these Pious around?"); + mesq l("You see these pious around us?"); next; mesq l("It seems that we're close to an island, we should take a look at the upper level."); |