diff options
Diffstat (limited to 'npc/quests/the_sign_quest.txt')
-rw-r--r-- | npc/quests/the_sign_quest.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/quests/the_sign_quest.txt b/npc/quests/the_sign_quest.txt index 3b642ef3b..4bf60993a 100644 --- a/npc/quests/the_sign_quest.txt +++ b/npc/quests/the_sign_quest.txt @@ -1556,7 +1556,7 @@ morocc_in,114,162,4 script Young Man#sign 2_M_THIEFMASTER,{ mes "[Gaanan]"; if (sign_q < 11) { mes "The weather here in"; - mes "Morocc is too hot for me."; + mes "Morroc is too hot for me."; mes "I'm having a hard time just"; mes "trying to live here. Do you"; mes "know a nice and cool place"; @@ -4006,7 +4006,6 @@ geffen_in,61,72,7 script Aaron#sign 4_M_SAGE_A,{ if (select("30", "31", "32", "33") == 2) .@user_p += 1; break; } - zis_5 = rand(1,10); if (rand(1,10) < 9 ) { donpcevent "Jesqurienne#sign::OnHo"; mes "[Jesqurienne]"; |