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 227 [running]: runtime/debug.Stack() /opt/hostedtoolcache/go/1.21.1/x64/src/runtime/debug/stack.go:24 +0x5e github.com/wowsims/wotlk/sim/core.runSim.func1() /home/runner/work/wotlk/wotlk/sim/core/sim.go:81 +0x98 panic({0x17e4900?, 0x37e0de0?}) /opt/hostedtoolcache/go/1.21.1/x64/src/runtime/panic.go:914 +0x21f github.com/wowsims/wotlk/sim/common.(*CustomRotation).Cast(0xc0012e2f40?, 0xc000f7d710?) /home/runner/work/wotlk/wotlk/sim/common/custom_rotation.go:124 +0xcb github.com/wowsims/wotlk/sim/warrior/protection.(*ProtectionWarrior).doRotation(0xc000386ca0, 0xc0012045b0) /home/runner/work/wotlk/wotlk/sim/warrior/protection/rotation.go:20 +0x30 github.com/wowsims/wotlk/sim/warrior/protection.NewProtectionWarrior.func1(0xc0012045b0) /home/runner/work/wotlk/wotlk/sim/warrior/protection/protection_warrior.go:62 +0x6b github.com/wowsims/wotlk/sim/core.(*rageBar).AddRage(0xc000e1cb10, 0xc0012045b0, 0x4034000000000000, 0xc000f3c7c0) /home/runner/work/wotlk/wotlk/sim/core/rage.go:138 +0x29c github.com/wowsims/wotlk/sim/warrior.(*Warrior).registerBloodrageCD.func1(0x29392328206e6f69?, 0xc0012e2f5d?, 0xc000f46500?) /home/runner/work/wotlk/wotlk/sim/warrior/bloodrage.go:27 +0x4d github.com/wowsims/wotlk/sim/core.(*Spell).applyEffects(0x191a2e0?, 0xc0012045b0?, 0x19c6c50?) /home/runner/work/wotlk/wotlk/sim/core/spell.go:537 +0x4f github.com/wowsims/wotlk/sim/core.(*Unit).RegisterSpell.(*Spell).makeCastFuncSimple.func4(0xc0012045b0, 0xc0012045b0?) ...
The text was updated successfully, but these errors were encountered:
Prot warrior no longer has a custom rotation
Sorry, something went wrong.
No branches or pull requests
Custom Rotation is empty
Stack Trace:
goroutine 227 [running]:
runtime/debug.Stack()
/opt/hostedtoolcache/go/1.21.1/x64/src/runtime/debug/stack.go:24 +0x5e
github.com/wowsims/wotlk/sim/core.runSim.func1()
/home/runner/work/wotlk/wotlk/sim/core/sim.go:81 +0x98
panic({0x17e4900?, 0x37e0de0?})
/opt/hostedtoolcache/go/1.21.1/x64/src/runtime/panic.go:914 +0x21f
github.com/wowsims/wotlk/sim/common.(*CustomRotation).Cast(0xc0012e2f40?, 0xc000f7d710?)
/home/runner/work/wotlk/wotlk/sim/common/custom_rotation.go:124 +0xcb
github.com/wowsims/wotlk/sim/warrior/protection.(*ProtectionWarrior).doRotation(0xc000386ca0, 0xc0012045b0)
/home/runner/work/wotlk/wotlk/sim/warrior/protection/rotation.go:20 +0x30
github.com/wowsims/wotlk/sim/warrior/protection.NewProtectionWarrior.func1(0xc0012045b0)
/home/runner/work/wotlk/wotlk/sim/warrior/protection/protection_warrior.go:62 +0x6b
github.com/wowsims/wotlk/sim/core.(*rageBar).AddRage(0xc000e1cb10, 0xc0012045b0, 0x4034000000000000, 0xc000f3c7c0)
/home/runner/work/wotlk/wotlk/sim/core/rage.go:138 +0x29c
github.com/wowsims/wotlk/sim/warrior.(*Warrior).registerBloodrageCD.func1(0x29392328206e6f69?, 0xc0012e2f5d?, 0xc000f46500?)
/home/runner/work/wotlk/wotlk/sim/warrior/bloodrage.go:27 +0x4d
github.com/wowsims/wotlk/sim/core.(*Spell).applyEffects(0x191a2e0?, 0xc0012045b0?, 0x19c6c50?)
/home/runner/work/wotlk/wotlk/sim/core/spell.go:537 +0x4f
github.com/wowsims/wotlk/sim/core.(*Unit).RegisterSpell.(*Spell).makeCastFuncSimple.func4(0xc0012045b0, 0xc0012045b0?)
...
The text was updated successfully, but these errors were encountered: