feat: complete tournament API lifecycle

This commit is contained in:
2026-07-26 04:29:45 +00:00
parent b27c529a3d
commit eec2acc08d
19 changed files with 1436 additions and 543 deletions
+1 -1
View File
@@ -652,7 +652,7 @@ export const seedNpcBets = async (options: {
reason: 'tournamentNpcBet',
adjustments: npcBetList.map((npc) => ({
generalId: npc.id as number,
metaDelta: { rank_betgold: betGold },
metaDelta: { betgold: betGold },
})),
});
await store.setBettingEntries(entries);