-
Notifications
You must be signed in to change notification settings - Fork 26
Description
RNG Seed: 917307666
runtime error: index out of range [0] with length 0
Stack Trace:
goroutine 6 [running]:
runtime/debug.Stack()
/opt/hostedtoolcache/go/1.23.10/x64/src/runtime/debug/stack.go:26 +0x6
main.computeStats.func1()
/home/runner/work/classic/classic/sim/wasm/main.go:56 +0x10
panic({0xf6da0, 0x1c698f0})
/opt/hostedtoolcache/go/1.23.10/x64/src/runtime/panic.go:791 +0x1a
github.com/wowsims/classic/sim/core.DotArray.Get(...)
/home/runner/work/classic/classic/sim/core/dot.go:300
github.com/wowsims/classic/sim/core.(*Spell).Dot(...)
/home/runner/work/classic/classic/sim/core/spell.go:371
github.com/wowsims/classic/sim/core.(*APLRotation).GetAPLDot(0x1f4ae70, {0x0, 0x1fc6000}, 0x1c4b900)
/home/runner/work/classic/classic/sim/core/apl_helpers.go:175 +0x2e
github.com/wowsims/classic/sim/core.(*APLRotation).newValueDotIsActive(0x1f4ae70, 0x1c4b8c0)
/home/runner/work/classic...