Skip to content

Commit

Permalink
Update fail rate of Wines of Zamorak (#5752)
Browse files Browse the repository at this point in the history
  • Loading branch information
TastyPumPum authored Mar 10, 2024
1 parent 9172e32 commit c0dbe7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/skilling/skills/cooking/cooking.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ export const Cookables: Cookable[] = [
name: 'Wine of zamorak',
alias: ['zammy wine'],
inputCookables: { [itemID("Zamorak's grapes")]: 1, [itemID('Jug of water')]: 1 },
stopBurnAt: 125,
stopBurnAt: 98,
burntCookable: itemID('Jug of bad wine')
},
{
Expand Down

0 comments on commit c0dbe7a

Please sign in to comment.