Skip to content

Commit

Permalink
Merge pull request #569 from gjoeyjoe/mage-changes
Browse files Browse the repository at this point in the history
[Mage] Preset Gear/Talent Update
  • Loading branch information
rosenrusinov authored May 29, 2024
2 parents f6b86c6 + 6cd3bdb commit 6b71f81
Show file tree
Hide file tree
Showing 14 changed files with 871 additions and 923 deletions.
2 changes: 1 addition & 1 deletion sim/druid/druid.go
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ func (druid *Druid) Reset(_ *core.Simulation) {
druid.RebirthUsed = false
}

func (druid *Druid) ForceSolarEclipse(sim *core.Simulation, mastery float64){
func (druid *Druid) ForceSolarEclipse(sim *core.Simulation, mastery float64) {
mastery -= druid.GetStat(stats.Mastery)
if mastery > 0 {
druid.AddStatDynamic(sim, stats.Mastery, mastery)
Expand Down
Loading

0 comments on commit 6b71f81

Please sign in to comment.