Skip to content

Commit

Permalink
version([email protected]): Fix Hedgehog Pet
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianWendelborn committed Dec 19, 2024
1 parent 4207ea4 commit 2ba3af1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/items/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
"sideEffects": false,
"type": "commonjs",
"types": "dist/index.d.ts",
"version": "0.2.0"
"version": "0.2.1"
}
8 changes: 7 additions & 1 deletion packages/items/source/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1341,9 +1341,15 @@ export const pestItems = new Map<string, ItemMetadata>([
'SF:PET_HEDGEHOG',
{
tradesOn: AH,
type: 'basic',
type: 'missing',
ids: { skyblock: 'PET', cofl: 'PET_HEDGEHOG' },
links: {},
metadata: {
description: null,
id: 'SF:PET_HEDGEHOG',
name: 'Hedgehog',
textureUrl: null,
},
},
],
])
Expand Down

0 comments on commit 2ba3af1

Please sign in to comment.