Skip to content

Commit

Permalink
Merge pull request #3900 from TheGroxEmpire/master
Browse files Browse the repository at this point in the history
Revert "Change Bryntroll PPM from 2 to 1 according to the latest test data"
  • Loading branch information
TheGroxEmpire committed Oct 17, 2023
2 parents f4d01b6 + eafa154 commit d8bbb07
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion sim/common/wotlk/other_effects.go
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@ func init() {
character := agent.GetCharacter()

procMask := character.GetProcMaskForItem(itemID)
ppmm := character.AutoAttacks.NewPPMManager(1.0, procMask)
ppmm := character.AutoAttacks.NewPPMManager(2.0, procMask)

procActionID := core.ActionID{ItemID: itemID}

Expand Down
8 changes: 4 additions & 4 deletions sim/deathknight/dps/TestBlood.results
Original file line number Diff line number Diff line change
Expand Up @@ -132,15 +132,15 @@ dps_results: {
dps_results: {
key: "TestBlood-AllItems-Bryntroll,theBoneArbiter-50415"
value: {
dps: 12482.10937
tps: 6377.5949
dps: 12555.20551
tps: 6415.64804
}
}
dps_results: {
key: "TestBlood-AllItems-Bryntroll,theBoneArbiter-50709"
value: {
dps: 12582.39284
tps: 6432.13894
dps: 12650.98182
tps: 6476.10052
}
}
dps_results: {
Expand Down
8 changes: 4 additions & 4 deletions sim/deathknight/tank/TestBloodTank.results
Original file line number Diff line number Diff line change
Expand Up @@ -132,15 +132,15 @@ dps_results: {
dps_results: {
key: "TestBloodTank-AllItems-Bryntroll,theBoneArbiter-50415"
value: {
dps: 2495.52846
tps: 7359.57533
dps: 2536.97604
tps: 7472.48013
}
}
dps_results: {
key: "TestBloodTank-AllItems-Bryntroll,theBoneArbiter-50709"
value: {
dps: 2550.21122
tps: 7484.77721
dps: 2596.82022
tps: 7555.12826
}
}
dps_results: {
Expand Down
8 changes: 4 additions & 4 deletions sim/warrior/dps/TestArms.results
Original file line number Diff line number Diff line change
Expand Up @@ -146,15 +146,15 @@ dps_results: {
dps_results: {
key: "TestArms-AllItems-Bryntroll,theBoneArbiter-50415"
value: {
dps: 8513.27261
tps: 7001.4441
dps: 8582.8993
tps: 7057.14544
}
}
dps_results: {
key: "TestArms-AllItems-Bryntroll,theBoneArbiter-50709"
value: {
dps: 8621.03902
tps: 7080.84574
dps: 8690.57752
tps: 7136.47654
}
}
dps_results: {
Expand Down

0 comments on commit d8bbb07

Please sign in to comment.