Skip to content

Commit

Permalink
Merge pull request genshinsim#813 from imring/qiqi
Browse files Browse the repository at this point in the history
fix qiqi charged attack
  • Loading branch information
srliao authored Aug 19, 2022
2 parents 9a4acce + 71471c5 commit 3f86675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/characters/qiqi/charge.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func init() {
}

// Standard charge attack
func (c *char) Charge(p map[string]int) action.ActionInfo {
func (c *char) ChargeAttack(p map[string]int) action.ActionInfo {
ai := combat.AttackInfo{
ActorIndex: c.Index,
AttackTag: combat.AttackTagExtra,
Expand Down

0 comments on commit 3f86675

Please sign in to comment.