Skip to content

Commit

Permalink
chore: update quest data (2024-09-08) (#151)
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 Sep 16, 2024
1 parent 0c36bdc commit f520c6b
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 1 addition & 1 deletion src/__tests__/kcanotifyData.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { version, QuestData } from '../../build/kcanotifyGamedata'

test('should Kcanotify Game data version correct', () => {
expect(version).toMatchInlineSnapshot(`"2024081001"`)
expect(version).toMatchInlineSnapshot(`"2024090801"`)
})

test('should Kcanotify Game data keys correct', () => {
Expand Down

0 comments on commit f520c6b

Please sign in to comment.