From b51a70d2db888fd14d0eae183c715f8d8b6887aa Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 19 Jun 2018 13:15:26 -0300 Subject: Fix pipeline --- npc/012-4/wyara.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3-70-g09d2