Skip to content

Commit

Permalink
fix kyogre raid reward
Browse files Browse the repository at this point in the history
  • Loading branch information
ewei068 committed Feb 2, 2025
1 parent 5f282b4 commit 7cdb1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/npcConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -2844,7 +2844,7 @@ const raidConfigRaw = {
moneyPerPercent: BASE_RAID_MONEY * 1.25 * 2,
backpackPerPercent: {
[backpackCategories.MATERIALS]: {
[backpackItems.STAR_PIECE]: BASE_STAR_PIECE,
[backpackItems.STAR_PIECE]: BASE_STAR_PIECE * 1.25 * 2,
},
},
ttl: 1000 * 60 * 60 * 2,
Expand Down

0 comments on commit 7cdb1d8

Please sign in to comment.