diff options
-rw-r--r-- | npc/004-1/elanore.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/004-1/elanore.txt b/npc/004-1/elanore.txt index f57215eb5..9bac704b6 100644 --- a/npc/004-1/elanore.txt +++ b/npc/004-1/elanore.txt @@ -70,7 +70,7 @@ L_Lifestones: menu l("OK, I will get them."), L_Close, l("No way!"), L_Close, - l("Here you are!")), L_Trade; + l("Here you are!"), L_Trade; L_Trade: if (countitem("BugLeg") < 1) goto L_Trade_Missing; |