Skip to content

Commit

Permalink
Improved Faerie Fire target debuff check
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Hugues Guinot committed Dec 12, 2022
1 parent c17a6c7 commit 36f866b
Show file tree
Hide file tree
Showing 3 changed files with 246 additions and 245 deletions.
3 changes: 3 additions & 0 deletions sim/core/debuffs.go
Original file line number Diff line number Diff line change
Expand Up @@ -522,9 +522,12 @@ func MiseryAura(target *Unit, points int32) *Aura {
return aura
}

var FaerieFireAuraTag = "Faerie Fire"

func FaerieFireAura(target *Unit, points int32) *Aura {
aura := target.GetOrRegisterAura(Aura{
Label: "Faerie Fire" + strconv.Itoa(int(points)),
Tag: FaerieFireAuraTag,
ActionID: ActionID{SpellID: 770},
Duration: time.Minute * 5,
})
Expand Down
Loading

0 comments on commit 36f866b

Please sign in to comment.