Skip to content

Commit

Permalink
Merge pull request #4080 from wowsims/apl
Browse files Browse the repository at this point in the history
Fix bug with EP calc when using Auto rotation
  • Loading branch information
jimmyt857 authored Dec 6, 2023
2 parents dfaf1cf + 7f2b927 commit ed2a11a
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 ed2a11a

Please sign in to comment.