diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-23 14:20:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-23 14:20:12 -0300 |
commit | 7d3acb6067149a72cb86f4c583f0a9ecdba705b8 (patch) | |
tree | 1b0cd7d86f8474b5f68959310a59c15e0271b603 /npc/003-1 | |
parent | 7c1e5762ed320079ac507af5ce779c588f435608 (diff) | |
download | serverdata-7d3acb6067149a72cb86f4c583f0a9ecdba705b8.tar.gz serverdata-7d3acb6067149a72cb86f4c583f0a9ecdba705b8.tar.bz2 serverdata-7d3acb6067149a72cb86f4c583f0a9ecdba705b8.tar.xz serverdata-7d3acb6067149a72cb86f4c583f0a9ecdba705b8.zip |
Fix typo
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/aidan.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/npc/003-1/aidan.txt b/npc/003-1/aidan.txt index 30131abac..3d72aac3f 100644 --- a/npc/003-1/aidan.txt +++ b/npc/003-1/aidan.txt @@ -91,7 +91,7 @@ L_Register: GHQUEST=1; setarray GHMEMO, 0, 0, 0; mesn; - mesq l("Registered, well come to the Grand Hunter Quest!"); + mesq l("Registered, welcome to the Grand Hunter Quest!"); next; goto L_Assign; } else { @@ -100,9 +100,6 @@ L_Register: mesq l("A pity..."); close; } - // TODO: Here we must setarray, and add the flag you are now allowed to do these quests. - // Then the other NPCs can give you other monsters to kill, backuping previous values - // to this array. You won't be penalized for switching. L_Assign: mes ""; |