Skip to content

Commit 6099cd6

Browse files
authored
fix shenhe remaining quill logging in sample (#2451)
1 parent 829ff36 commit 6099cd6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

internal/characters/shenhe/skill.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,8 @@ func (c *char) quillDamageMod() {
251251
c.Core.Log.NewEvent("Shenhe Quill proc dmg add", glog.LogPreDamageMod, atk.Info.ActorIndex).
252252
Write("before", atk.Info.FlatDmg).
253253
Write("addition", amt).
254-
Write("effect_ends_at", c.StatusExpiry(quillKey)).
255-
Write("quill_left", c.Tags[quillKey])
254+
Write("effect_ends_at", char.StatusExpiry(quillKey)).
255+
Write("quill_left", char.Tags[quillKey])
256256
}
257257

258258
atk.Info.FlatDmg += amt

0 commit comments

Comments
 (0)