Skip to content

Commit

Permalink
Filter equipped rune
Browse files Browse the repository at this point in the history
  • Loading branch information
ipdae committed Nov 8, 2023
1 parent f289cb4 commit 4f76b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NineChronicles.Headless/GraphTypes/StateQuery.cs
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,7 @@ List runeSlotList
.Select(guid =>
avatar.inventory.Costumes.FirstOrDefault(x => x.ItemId == guid))
.Where(item => item != null).ToList();
var runeOptions = GetRuneOptions(runeStates, runeOptionSheet);
var runeOptions = GetRuneOptions(equippedRuneStates, runeOptionSheet);
var cp = CPHelper.TotalCP(equipments, costumes, runeOptions, avatar.level, row, costumeSheet);
return new ArenaParticipant(
avatarAddr,
Expand Down

0 comments on commit 4f76b34

Please sign in to comment.