diff options
-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 ""; |