diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-21 20:07:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-21 20:07:29 -0300 |
commit | 77f4e213fa9f5a4f5a370aa0eace748aaac90b74 (patch) | |
tree | d9d27662e616b81cf3d75bae5dca16eaf1fd2979 /npc/005-1/ayasha.txt | |
parent | 4c41f8acd69d217d8b838539d67a518d7b7fdec0 (diff) | |
download | serverdata-77f4e213fa9f5a4f5a370aa0eace748aaac90b74.tar.gz serverdata-77f4e213fa9f5a4f5a370aa0eace748aaac90b74.tar.bz2 serverdata-77f4e213fa9f5a4f5a370aa0eace748aaac90b74.tar.xz serverdata-77f4e213fa9f5a4f5a370aa0eace748aaac90b74.zip |
Bugfix
Diffstat (limited to 'npc/005-1/ayasha.txt')
-rw-r--r-- | npc/005-1/ayasha.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/npc/005-1/ayasha.txt b/npc/005-1/ayasha.txt index 100d533ef..a0dcc76c7 100644 --- a/npc/005-1/ayasha.txt +++ b/npc/005-1/ayasha.txt @@ -17,8 +17,7 @@ showavatar NPC_HUMAN_FEMALE_NOOB; // this is handled by avatars.xml if (strcharinfo(2) == "Monster King" && is_admin()) goto L_MKControl; - function quest_findAllKids - { + function quest_findAllKids { setq CandorQuest_HAS, 2; mesn; mesq l("Good luck!"); @@ -46,7 +45,7 @@ } while (@menu != 2); } else if (.@has == 1) { mesn; - mesq l("Even if the city has not been attacked on the last few years, I can't help but be concerned while the kids are playing hide and seek."), + mesq l("Even if the city has not been attacked on the last few years, I can't help but be concerned while the kids are playing hide and seek."); next; mesq l("Could you perhaps help me to find all kids?"); next; |