Skip to content

Commit

Permalink
correct price
Browse files Browse the repository at this point in the history
  • Loading branch information
DayV-git committed Nov 18, 2024
1 parent ff4be75 commit debc2b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/data/buyables/buyables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ const questBuyables: Buyable[] = [
name: 'Book of the dead',
gpCost: 1_000_000,
qpRequired: 120,
ironmanPrice: 9_750
ironmanPrice: 9_500
}
];

Expand Down
2 changes: 1 addition & 1 deletion tests/unit/snapshots/banksnapshots.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1381,7 +1381,7 @@ exports[`OSB Buyables 1`] = `
},
{
"gpCost": 1000000,
"ironmanPrice": 9750,
"ironmanPrice": 9500,
"itemCost": {},
"name": "Book of the dead",
"outputItems": undefined,
Expand Down

0 comments on commit debc2b1

Please sign in to comment.