Skip to content

Commit

Permalink
Merge pull request #591 from wowsims/tharre/warlock-fixes
Browse files Browse the repository at this point in the history
Warlock fixes
  • Loading branch information
Tharre authored May 31, 2024
2 parents b26c88e + 9d962dd commit 80f7768
Show file tree
Hide file tree
Showing 12 changed files with 1,212 additions and 1,210 deletions.
2 changes: 0 additions & 2 deletions sim/core/spell_mod.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ func (unit *Unit) AddStaticMod(config SpellModConfig) {
mod.Activate()
}

// Never use dynamic mods for Auras that have ExpireNever and activate on reset
// Those mods will be overwritten potentilly during sim reset
func (unit *Unit) AddDynamicMod(config SpellModConfig) *SpellMod {
return buildMod(unit, config)
}
Expand Down
Loading

0 comments on commit 80f7768

Please sign in to comment.