-
Notifications
You must be signed in to change notification settings - Fork 142
Description
RNG Seed: 3955900018
runtime error: invalid memory address or nil pointer dereference
Stack Trace:
goroutine 15 [running]:
runtime/debug.Stack()
/opt/hostedtoolcache/go/1.21.12/x64/src/runtime/debug/stack.go:24 +0x6
github.com/wowsims/wotlk/sim/core.runSim.func1()
/home/runner/work/wotlk/wotlk/sim/core/sim.go:123 +0x10
panic({0x100a80, 0x1558f70})
/opt/hostedtoolcache/go/1.21.12/x64/src/runtime/panic.go:914 +0x2c
github.com/wowsims/wotlk/sim/core.(*Dot).TakeSnapshot(...)
/home/runner/work/wotlk/wotlk/sim/core/dot.go:196
github.com/wowsims/wotlk/sim/core.(*Dot).Apply(0x0, 0x31ded80)
/home/runner/work/wotlk/wotlk/sim/core/dot.go:128 +0x4
github.com/wowsims/wotlk/sim/priest.(*Priest).registerRenewSpell.func4(0x31ded80, 0x2b5a000, 0x29566c0)
/home/runner/work/wotlk/wotlk/sim/priest/renew.go:73 +0xe
github.com/wowsims/wotlk/sim/core.(*Spell).applyEffects(0x29566c0, 0x31ded80, 0x2b5a000)...