Skip to content

Commit

Permalink
Merge pull request #733 from ipdae/bugfix/hammer-count
Browse files Browse the repository at this point in the history
Fix missing update hammer count
  • Loading branch information
ipdae authored Jul 26, 2024
2 parents a0fdd03 + 79f16a7 commit a018c59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NineChronicles.DataProvider/RenderSubscriber.cs
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,7 @@ protected override Task ExecuteAsync(CancellationToken stoppingToken)
{
var hammerId = kv.Key;
var exp = enhancementCostSheet.GetHammerExp(hammerId);
totalHammerCount += kv.Value;
totalHammerExp += exp * kv.Value;
}
Expand Down

0 comments on commit a018c59

Please sign in to comment.