Skip to content

Commit

Permalink
Merge pull request #1003 from zoristaken/fix-inner-rage-t13-2p
Browse files Browse the repository at this point in the history
[Warrior] remove noOnCastComplete flag from inner rage to enable t13-2p aura proc
  • Loading branch information
1337LutZ authored Sep 12, 2024
2 parents eea501b + 93c1e82 commit 824480d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions sim/warrior/arms/TestArms.results
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,8 @@ dps_results: {
dps_results: {
key: "TestArms-AllItems-ColossalDragonplateBattlegear"
value: {
dps: 31124.41164
tps: 21228.11886
dps: 31370.06649
tps: 21139.14873
}
}
dps_results: {
Expand Down
4 changes: 2 additions & 2 deletions sim/warrior/fury/TestFury.results
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,8 @@ dps_results: {
dps_results: {
key: "TestFury-AllItems-ColossalDragonplateBattlegear"
value: {
dps: 27897.94193
tps: 22905.02518
dps: 28775.1206
tps: 23697.50447
}
}
dps_results: {
Expand Down
2 changes: 1 addition & 1 deletion sim/warrior/inner_rage.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func (warrior *Warrior) RegisterInnerRage() {

ir := warrior.RegisterSpell(core.SpellConfig{
ActionID: actionID,
Flags: core.SpellFlagHelpful | core.SpellFlagNoOnCastComplete | core.SpellFlagMCD | core.SpellFlagAPL,
Flags: core.SpellFlagHelpful | core.SpellFlagMCD | core.SpellFlagAPL,
SpellSchool: core.SpellSchoolPhysical,
ClassSpellMask: SpellMaskInnerRage,

Expand Down

0 comments on commit 824480d

Please sign in to comment.