Skip to content

Commit

Permalink
fix hodir crash (#3708)
Browse files Browse the repository at this point in the history
  • Loading branch information
lime-green authored Sep 20, 2023
1 parent da48bab commit 26618e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sim/encounters/ulduar/hodir_ai.go
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ func (ai *HodirAI) registerFrozenBlowSpell(target *core.Target) {
if ai.FrozenBlowsAura.IsActive() {
return ai.FrozenBlowsAuto
} else {
return nil
return ai.Target.Unit.AutoAttacks.MHAuto
}
}

Expand Down

0 comments on commit 26618e7

Please sign in to comment.