Skip to content

Commit

Permalink
Merge pull request #3924 from jarveson/jake/warlockaplcrash
Browse files Browse the repository at this point in the history
warlock: fix apl shouldcastcorruption crash
  • Loading branch information
jarveson authored Oct 20, 2023
2 parents c23099e + 1139de1 commit dcc54a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sim/warlock/apl_values.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ func (warlock *Warlock) newValueWarlockShouldRefreshCorruption(rot *core.APLRota

return &APLValueWarlockShouldRefreshCorruption{
warlock: warlock,
target: target,
}
}
func (value *APLValueWarlockShouldRefreshCorruption) Type() proto.APLValueType {
Expand Down

0 comments on commit dcc54a1

Please sign in to comment.