Skip to content

Commit

Permalink
removed the tradeable_on_ge: true & tradeable: true for tgb
Browse files Browse the repository at this point in the history
  • Loading branch information
I-am-TURBO committed Feb 15, 2024
1 parent 15e2b95 commit 462c0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/customItems/customItems.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ setCustomItem(
setCustomItem(6199, 'Tradeable Mystery Box', 'Mystery box', { tradeable_on_ge: true, tradeable: true }, 100_000);
setCustomItem(3062, 'Pet Mystery Box', 'Mystery box', { tradeable_on_ge: true, tradeable: true }, 100_000);
setCustomItem(3713, 'Holiday Mystery Box', 'Mystery box', { tradeable_on_ge: true, tradeable: true }, 100_000);
setCustomItem(13_345, 'Tester Gift Box', 'Mystery box', { tradeable_on_ge: true, tradeable: true }, 100_000);
setCustomItem(13_345, 'Tester Gift Box', 'Mystery box', {}, 100_000);
setCustomItem(12_592, 'Divine sigil', 'Elysian sigil', {}, 930_000_000);
setCustomItem(3454, 'Divine spirit shield', 'Elysian spirit shield', {}, 900_000_000);

Expand Down

0 comments on commit 462c0af

Please sign in to comment.