diff options
Diffstat (limited to 'npc/012-4/wyara.txt')
-rw-r--r-- | npc/012-4/wyara.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/012-4/wyara.txt b/npc/012-4/wyara.txt index 24a477c86..72e5725c5 100644 --- a/npc/012-4/wyara.txt +++ b/npc/012-4/wyara.txt @@ -89,7 +89,7 @@ L_Piberries: mesq l("For (another) one @@, I'll need 4 @@ and 50 GP.", getitemlink(PiberriesInfusion), getitemlink(Piberries)); next; select - rif(Zeny >= 50 && countitem(Piberries) >= 4, l("Do it!"), + rif(Zeny >= 50 && countitem(Piberries) >= 4, l("Do it!")), l("Not now, sorry."); if (@menu == 2) goto L_Quit; |