Skip to content

Commit

Permalink
Reset WL pet mana pooling state
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixPflaum committed Nov 21, 2024
1 parent 2fa7d0a commit 7f996a2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
12 changes: 6 additions & 6 deletions sim/warlock/dps/TestAffliction.results
Original file line number Diff line number Diff line change
Expand Up @@ -447,9 +447,9 @@ dps_results: {
dps_results: {
key: "TestAffliction-Phase4-Lvl60-AllItems-DeathmistRaiment"
value: {
dps: 645.14768
tps: 452.49557
hps: 270.79764
dps: 645.14697
tps: 452.52221
hps: 270.81193
}
}
dps_results: {
Expand All @@ -471,9 +471,9 @@ dps_results: {
dps_results: {
key: "TestAffliction-Phase4-Lvl60-AllItems-IronweaveBattlesuit"
value: {
dps: 628.53701
tps: 445.18315
hps: 271.7413
dps: 628.53517
tps: 445.17115
hps: 271.72929
}
}
dps_results: {
Expand Down
1 change: 1 addition & 0 deletions sim/warlock/pet.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ func (wp *WarlockPet) Initialize() {
}

func (wp *WarlockPet) Reset(_ *core.Simulation) {
wp.manaPooling = false
}

func (wp *WarlockPet) ExecuteCustomRotation(sim *core.Simulation) {
Expand Down
6 changes: 3 additions & 3 deletions sim/warlock/tank/TestDestruction.results
Original file line number Diff line number Diff line change
Expand Up @@ -519,9 +519,9 @@ dps_results: {
dps_results: {
key: "TestDestruction-Phase3-Lvl50-AllItems-DeathmistRaiment"
value: {
dps: 321.19075
tps: 199.75076
hps: 161.55267
dps: 321.21283
tps: 199.73444
hps: 161.53984
}
}
dps_results: {
Expand Down

0 comments on commit 7f996a2

Please sign in to comment.