Skip to content

Commit

Permalink
fixed 4mh drain trigger off field (genshinsim#1754)
Browse files Browse the repository at this point in the history
  • Loading branch information
kengzzzz committed Dec 10, 2023
1 parent 0938bc4 commit a31607a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func NewSet(c *core.Core, char *character.CharWrapper, count int, param map[stri
if di.ActorIndex != char.Index {
return false
}
if di.ActorIndex != char.Index {
if c.Player.Active() != char.Index {
return false
}
if di.Amount <= 0 {
Expand Down

0 comments on commit a31607a

Please sign in to comment.