Skip to content

Commit

Permalink
chore: update quest data (2024-12-02) (#173)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 2, 2024
1 parent 9515c90 commit ee003bb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/bot-data-update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'poi-plugin-quest-info-2': patch
---

Update quest data

2 changes: 2 additions & 0 deletions src/__tests__/__snapshots__/questHelper.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ exports[`questHelper should 101 locked quests match snapshot 1`] = `
"1138": true,
"1139": true,
"114": true,
"1140": true,
"1141": true,
"1142": true,
"1143": true,
Expand Down Expand Up @@ -234,6 +235,7 @@ exports[`questHelper should 101 locked quests match snapshot 1`] = `
"368": true,
"371": true,
"372": true,
"373": true,
"375": true,
"376": true,
"377": true,
Expand Down
2 changes: 1 addition & 1 deletion src/__tests__/kcwikiData.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import newQuestData from '../../build/kcQuestsData/quests-scn-new.json'
describe('should version correct', () => {
test('should KcwikiQuestData Game data version correct', () => {
expect(version).toMatchInlineSnapshot(
`"9e9aa5dd2d5745197a04e5bb8a1e6e73d142b514"`,
`"8cbf881cc5373ad5667673b1500b29af8eb0f0aa"`,
)
})
})
Expand Down

0 comments on commit ee003bb

Please sign in to comment.