feat(achievement): tag receive-reward tx as AchievementReward for acquire history

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
gamer147
2026-06-09 15:07:42 -04:00
parent 349d7f32cd
commit d759465cf2

View File

@@ -69,7 +69,7 @@ public class AchievementController : SVSimController
}
// Open inventory tx and grant via InventoryService.
await using var tx = await _inv.BeginAsync(viewerId, ct);
await using var tx = await _inv.BeginAsync(viewerId, ct, cfg => cfg.Source = GrantSource.AchievementReward);
var granted = await tx.GrantAsync(
catalogRow.RewardType,