Skip to content

Commit

Permalink
fix typo in pilgrim shield data
Browse files Browse the repository at this point in the history
  • Loading branch information
bearsdotzone committed Oct 5, 2024
1 parent 2abb74b commit 4c514a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/greenbox-data/data/iotms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export default [
type: "item",
item: "plastic pumpkin bucket",
}, // plastic pumpkin bucket
{ id: 2090, month: 11, year: 200, type: "item", item: "pilgrim shield" }, // pilgrim shield
{ id: 2090, month: 11, year: 2006, type: "item", item: "pilgrim shield" }, // pilgrim shield
{
id: 2190,
month: 12,
Expand Down

0 comments on commit 4c514a7

Please sign in to comment.