-
Notifications
You must be signed in to change notification settings - Fork 26
Description
RNG Seed: 1151108478
runtime error: invalid memory address or nil pointer dereference
Stack Trace:
goroutine 16 [running]:
runtime/debug.Stack()
/opt/hostedtoolcache/go/1.23.12/x64/src/runtime/debug/stack.go:26 +0x6
github.com/wowsims/classic/sim/core.runSim.func1()
/home/runner/work/classic/classic/sim/core/sim.go:125 +0x10
panic({0x880a0, 0x93fa40})
/opt/hostedtoolcache/go/1.23.12/x64/src/runtime/panic.go:791 +0x1a
github.com/wowsims/classic/sim/core.HuntersMarkAura.func1(0x1f671d0, 0x1e0bd40)
/home/runner/work/classic/classic/sim/core/debuffs.go:810 +0xc
github.com/wowsims/classic/sim/core.(*ExclusiveCategory).SetActive(0x1f7c000, 0x1e0bd40, 0x1f671d0)
/home/runner/work/classic/classic/sim/core/exclusive_effect.go:71 +0xf
github.com/wowsims...