summaryrefslogtreecommitdiff
path: root/npc/012-4
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-19 13:15:26 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-19 13:15:26 -0300
commitb51a70d2db888fd14d0eae183c715f8d8b6887aa (patch)
treefb145fb6e994573c5c6e4f00291ce5fa9fed4442 /npc/012-4
parent2ad6aa593a246004068a791d9522a18e72e27055 (diff)
downloadserverdata-b51a70d2db888fd14d0eae183c715f8d8b6887aa.tar.gz
serverdata-b51a70d2db888fd14d0eae183c715f8d8b6887aa.tar.bz2
serverdata-b51a70d2db888fd14d0eae183c715f8d8b6887aa.tar.xz
serverdata-b51a70d2db888fd14d0eae183c715f8d8b6887aa.zip
Fix pipeline
Diffstat (limited to 'npc/012-4')
-rw-r--r--npc/012-4/wyara.txt2
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;