There was an error while loading. Please reload this page.
1 parent 07603a6 commit a6fc52fCopy full SHA for a6fc52f
1 file changed
internal/characters/traveler/common/pyro/asc.go
@@ -1,8 +1,8 @@
1
package pyro
2
3
import (
4
- "github.com/genshinsim/gcsim/pkg/core/combat"
5
"github.com/genshinsim/gcsim/pkg/core/event"
+ "github.com/genshinsim/gcsim/pkg/model"
6
)
7
8
const a4OnReactICD = "travelerpyro-a4-icd"
@@ -13,7 +13,7 @@ func (c *Traveler) a4Init() {
13
}
14
fReactionHook := func(args ...interface{}) bool {
15
// Attack must be from active character
16
- atk := args[1].(*combat.AttackEvent)
+ atk := args[1].(*model.AttackEvent)
17
if atk.Info.ActorIndex != c.Core.Player.Active() {
18
return false
19
0 commit comments