diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-19 13:15:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-19 13:15:26 -0300 |
commit | b51a70d2db888fd14d0eae183c715f8d8b6887aa (patch) | |
tree | fb145fb6e994573c5c6e4f00291ce5fa9fed4442 | |
parent | 2ad6aa593a246004068a791d9522a18e72e27055 (diff) | |
download | serverdata-b51a70d2db888fd14d0eae183c715f8d8b6887aa.tar.gz serverdata-b51a70d2db888fd14d0eae183c715f8d8b6887aa.tar.bz2 serverdata-b51a70d2db888fd14d0eae183c715f8d8b6887aa.tar.xz serverdata-b51a70d2db888fd14d0eae183c715f8d8b6887aa.zip |
Fix pipeline
-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; |