Skip to content

Commit

Permalink
Fix bug with EP calc when using APL rotations
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyt857 committed Dec 6, 2023
1 parent dfaf1cf commit 7f2b927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/core/sim.ts
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ export class Sim {
? [UnitReference.create({ type: UnitType.Player, index: 0 })]
: [];
const request = StatWeightsRequest.create({
player: player.toProto(),
player: player.toProto(false, true),
raidBuffs: this.raid.getBuffs(),
partyBuffs: player.getParty()!.getBuffs(),
debuffs: this.raid.getDebuffs(),
Expand Down

0 comments on commit 7f2b927

Please sign in to comment.