diff options
author | Vasily_Makarov <danilka.pro@gmail.com> | 2011-12-13 20:21:25 +0400 |
---|---|---|
committer | Vasily_Makarov <danilka.pro@gmail.com> | 2011-12-13 20:21:25 +0400 |
commit | 64a24a8368fb3c28db385f134c62349d1ab83821 (patch) | |
tree | 632d77a81f0d618d1fc25a4f474c8dd7e393dc77 | |
parent | 1eab9e861aa18a711a3df40d60f61e2d5b59296c (diff) | |
download | serverdata-64a24a8368fb3c28db385f134c62349d1ab83821.tar.gz serverdata-64a24a8368fb3c28db385f134c62349d1ab83821.tar.bz2 serverdata-64a24a8368fb3c28db385f134c62349d1ab83821.tar.xz serverdata-64a24a8368fb3c28db385f134c62349d1ab83821.zip |
Correcting label definition in Alige NPC script
-rw-r--r-- | npc/000-2-1/alige.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-2-1/alige.txt b/npc/000-2-1/alige.txt index 8f327d3ab..5d7f7f645 100644 --- a/npc/000-2-1/alige.txt +++ b/npc/000-2-1/alige.txt @@ -52,7 +52,7 @@ l("Okay, but what can you do for me?"), l_AboutReward; l("But why are you hiding, aren't you a sailor?")+ " " + l("And why don't you go outside to talk?"), -; - l_ExplainHiding; + l_ExplainHiding: mesn; mesq l("No, I'm not, I just wanted to travel across the seas for fun.") + " " + l("In this cave, you see, I have lots of fun."); next; |