Skip to content

Commit

Permalink
hide-and-seek: fix achievement rewards
Browse files Browse the repository at this point in the history
  • Loading branch information
GGonryun committed Aug 7, 2024
1 parent 2cf54a2 commit c0b34e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libs/data/games/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const integratedGames: SeedableGameSchema[] = [
secret: false,
loot: [
{
itemId: '4',
itemId: '5',
quantity: 1,
chance: 1,
},
Expand All @@ -65,7 +65,7 @@ const integratedGames: SeedableGameSchema[] = [
secret: false,
loot: [
{
itemId: '4',
itemId: '5',
quantity: 1,
chance: 1,
},
Expand All @@ -82,7 +82,7 @@ const integratedGames: SeedableGameSchema[] = [
secret: false,
loot: [
{
itemId: '4',
itemId: '5',
quantity: 1,
chance: 1,
},
Expand All @@ -99,7 +99,7 @@ const integratedGames: SeedableGameSchema[] = [
secret: false,
loot: [
{
itemId: '4',
itemId: '5',
quantity: 1,
chance: 1,
},
Expand Down

0 comments on commit c0b34e6

Please sign in to comment.