-
Notifications
You must be signed in to change notification settings - Fork 34
Description
RNG Seed: 0
newSpiritMend not implemented
Stack Trace:
goroutine 7 [running]:
runtime/debug.Stack()
/opt/hostedtoolcache/go/1.25.5/x64/src/runtime/debug/stack.go:26 +0x6
main.computeStats.func1()
/home/runner/work/mop/mop/sim/wasm/main.go:55 +0xe
panic({0x91800, 0x3d54f0})
/opt/hostedtoolcache/go/1.25.5/x64/src/runtime/panic.go:783 +0x1a
github.com/wowsims/mop/sim/hunter.(*HunterPet).newSpiritMend(...)
/home/runner/work/mop/mop/sim/hunter/pet_abilities.go:353
github.com/wowsims/mop/sim/hunter.(*HunterPet).NewPetAbility(0x143c000, 0x15, 0x0)
/home/runner/work/mop/mop/sim/hunter/pet_abilities.go:95 +0x49
github.com/wowsims/mop/sim/hunter.(*HunterPet).Initialize(0x143c000)
/home/runner/work/mop/mop/sim/hunter/pet.go:280 +0x22
github.com/wowsims/mop/sim/core.(*Environment).initialize(0x10bedc0, 0x137a880, 0x1765320)
/home/runner/work/mop/mop/sim/core/environment.go:148 +0x25
github.com/wowsims/mop/sim/core.NewEnvironment(0x137a880, 0x1765320, 0x1)
/home/runner/work/mop/mop/sim/core/environment.go:62 +0x4
github.com/wowsims/mop/sim/core.ComputeStats(0x12dd0c0)
/home/runner/work/mop/mop/sim/core/api.go:18 +0x6
main.computeStats({{}, 0x0, 0x0}, {0x12dd080, 0x4, 0x4})
/home/runner/work/mop/mop/sim/wasm/main....