Skip to content

Commit

Permalink
Merge pull request #585 from zoristaken/update-stump-of-time-aura-id
Browse files Browse the repository at this point in the history
fix stump of time (alliance) to use the correct aura id
  • Loading branch information
Tharre authored May 31, 2024
2 parents 477311a + f152ac0 commit 7705fe8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sim/common/cata/stat_bonus_procs.go
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ func init() {
shared.NewProcStatBonusEffect(shared.ProcStatBonusEffect{
Name: "Stump of Time (Aliance)",
ID: 62470,
AuraID: 91048,
AuraID: 91047,
Bonus: stats.Stats{stats.SpellPower: 1926},
Duration: time.Second * 15,
Callback: core.CallbackOnSpellHitDealt | core.CallbackOnPeriodicDamageDealt,
Expand Down
4 changes: 2 additions & 2 deletions sim/shaman/elemental/TestElemental.results
Original file line number Diff line number Diff line change
Expand Up @@ -1004,8 +1004,8 @@ dps_results: {
dps_results: {
key: "TestElemental-AllItems-StumpofTime-62470"
value: {
dps: 31210.66836
tps: 570.01881
dps: 31475.6141
tps: 568.48225
}
}
dps_results: {
Expand Down

0 comments on commit 7705fe8

Please sign in to comment.