Skip to content

Commit

Permalink
August is the 8th month
Browse files Browse the repository at this point in the history
  • Loading branch information
horrible-little-slime committed Aug 9, 2023
1 parent 5df55e1 commit f3e735a
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 @@ -343,7 +343,7 @@ const iotms: IotMDef[] = [
{ id: 11222, month: 5, year: 2023, type: "item", item: "Cincho de Mayo" }, // shrink-wrapped Cincho de Mayo
{ id: 11256, month: 6, year: 2023, type: "item", item: "2002 Mr. Store Catalog" }, // shrink-wrapped 2002 Mr. Store Catalog
{ id: 11300, month: 7, year: 2023, type: "familiar", familiar: "Patriotic Eagle" }, // sleeping patriotic eagle
{ id: 11305, month: 9, year: 2023, type: "item", item: "august scepter" } // boxed august scepter
{ id: 11305, month: 8, year: 2023, type: "item", item: "august scepter" }, // boxed august scepter
];

export default iotms;

0 comments on commit f3e735a

Please sign in to comment.