We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom Rotation is empty Stack Trace: goroutine 13 [running]: runtime/debug.Stack() /opt/hostedtoolcache/go/1.21.3/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({0xe1740, 0x3aa860}) /opt/hostedtoolcache/go/1.21.3/x64/src/runtime/panic.go:914 +0x2c github.com/wowsims/wotlk/sim/common.(*CustomRotation).Cast(0x0, 0x7a31c20) /home/runner/work/wotlk/wotlk/sim/common/custom_rotation.go:124 +0x1a github.com/wowsims/wotlk/sim/warrior/protection.(*ProtectionWarrior).doRotation(0x49b6b80, 0x7a31c20) /home/runner/work/wotlk/wotlk/sim/warrior/protection/rotation.go:20 +0x5 github.com/wowsims/wotlk/sim/warrior/protection.NewProtectionWarrior.func1(0x7a31c20) /home/runner/work/wotlk/wotlk/sim/warrior/protection/protection_warrior.go:62 +0x17 github.com/wowsims/wotlk/sim/core.(*rageBar).AddRage(0x32a4b18, 0x7a31c20, 0x4034000000000000, 0x312bbc0) /home/runner/work/wotlk/wotlk/sim/core/rage.go:138 +0x36 github.com/wowsims/wotlk/sim/warrior.(*Warrior).registerBloodrageCD.func1(0x7a31c20, 0x29dc800, 0x31f3900) /home/runner/work/wotlk/wotlk/sim/warrior/bloodrage.go:27 +0x4 github.com/wowsims/wotlk/sim/core.(*Spell).applyEffects(0x31f3900, 0x7a31c20, 0x29dc800) /home/runner/work/wotlk/wotlk/sim/core/spell.go:545 +0x9 github.com/wowsims/wotlk/sim/core.(*Unit).RegisterSpell.(*Spell).makeCastFuncSimple.func4(0x7a31c20, 0x29dc800) /home/runner/work/wotlk/wotlk/sim/core/cast.go:235 +0x2e github.com...
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Custom Rotation is empty
Stack Trace:
goroutine 13 [running]:
runtime/debug.Stack()
/opt/hostedtoolcache/go/1.21.3/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({0xe1740, 0x3aa860})
/opt/hostedtoolcache/go/1.21.3/x64/src/runtime/panic.go:914 +0x2c
github.com/wowsims/wotlk/sim/common.(*CustomRotation).Cast(0x0, 0x7a31c20)
/home/runner/work/wotlk/wotlk/sim/common/custom_rotation.go:124 +0x1a
github.com/wowsims/wotlk/sim/warrior/protection.(*ProtectionWarrior).doRotation(0x49b6b80, 0x7a31c20)
/home/runner/work/wotlk/wotlk/sim/warrior/protection/rotation.go:20 +0x5
github.com/wowsims/wotlk/sim/warrior/protection.NewProtectionWarrior.func1(0x7a31c20)
/home/runner/work/wotlk/wotlk/sim/warrior/protection/protection_warrior.go:62 +0x17
github.com/wowsims/wotlk/sim/core.(*rageBar).AddRage(0x32a4b18, 0x7a31c20, 0x4034000000000000, 0x312bbc0)
/home/runner/work/wotlk/wotlk/sim/core/rage.go:138 +0x36
github.com/wowsims/wotlk/sim/warrior.(*Warrior).registerBloodrageCD.func1(0x7a31c20, 0x29dc800, 0x31f3900)
/home/runner/work/wotlk/wotlk/sim/warrior/bloodrage.go:27 +0x4
github.com/wowsims/wotlk/sim/core.(*Spell).applyEffects(0x31f3900, 0x7a31c20, 0x29dc800)
/home/runner/work/wotlk/wotlk/sim/core/spell.go:545 +0x9
github.com/wowsims/wotlk/sim/core.(*Unit).RegisterSpell.(*Spell).makeCastFuncSimple.func4(0x7a31c20, 0x29dc800)
/home/runner/work/wotlk/wotlk/sim/core/cast.go:235 +0x2e
github.com...
The text was updated successfully, but these errors were encountered: