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 9 [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({0xe1760, 0x3aa980}) /opt/hostedtoolcache/go/1.21.3/x64/src/runtime/panic.go:914 +0x2c github.com/wowsims/wotlk/sim/common.(*CustomRotation).Cast(0x0, 0x2b0db00) /home/runner/work/wotlk/wotlk/sim/common/custom_rotation.go:124 +0x1a github.com/wowsims/wotlk/sim/warrior/protection.(*ProtectionWarrior).doRotation(0x30e6bc0, 0x2b0db00) /home/runner/work/wotlk/wotlk/sim/warrior/protection/rotation.go:20 +0x5 github.com/wowsims/wotlk/sim/warrior/protection.NewProtectionWarrior.func1(0x2b0db00) /home/runner/work/wotlk/wotlk/sim/warrior/protection/protection_warrior.go:62 +0x17 github.com/wowsims/wotlk/sim/core.(*rageBar).AddRage(0x302cb18, 0x2b0db00, 0x40213cd40456c5f3, 0x496c000) /home/runner/work/wotlk/wotlk/sim/core/rage.go:138 +0x36 github.com/wowsims/wotlk/sim/core.(*Unit).EnableRageBar.func3(0x408c4e0, 0x2b0db00, 0x49fd180, 0x49fd340) /home/runner/work/wotlk/wotlk/sim/core/rage.go:95 +0xa github.com/wowsims/wotlk/sim/core.(*auraTracker).OnSpellHitTaken(...) /home/runner/work/wotlk/wotlk/sim/core/aura.go:779 github.com/wowsims/wotlk/sim/core.(*Spell).dealDamageInternal(0x49fd180, 0x2b0db00, 0x0, 0x49fd340) /home/runner/work/wotlk/wotlk/sim/core/spell_result.go:256 +0xa2 github.com/wowsims/wotlk/sim...
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 9 [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({0xe1760, 0x3aa980})
/opt/hostedtoolcache/go/1.21.3/x64/src/runtime/panic.go:914 +0x2c
github.com/wowsims/wotlk/sim/common.(*CustomRotation).Cast(0x0, 0x2b0db00)
/home/runner/work/wotlk/wotlk/sim/common/custom_rotation.go:124 +0x1a
github.com/wowsims/wotlk/sim/warrior/protection.(*ProtectionWarrior).doRotation(0x30e6bc0, 0x2b0db00)
/home/runner/work/wotlk/wotlk/sim/warrior/protection/rotation.go:20 +0x5
github.com/wowsims/wotlk/sim/warrior/protection.NewProtectionWarrior.func1(0x2b0db00)
/home/runner/work/wotlk/wotlk/sim/warrior/protection/protection_warrior.go:62 +0x17
github.com/wowsims/wotlk/sim/core.(*rageBar).AddRage(0x302cb18, 0x2b0db00, 0x40213cd40456c5f3, 0x496c000)
/home/runner/work/wotlk/wotlk/sim/core/rage.go:138 +0x36
github.com/wowsims/wotlk/sim/core.(*Unit).EnableRageBar.func3(0x408c4e0, 0x2b0db00, 0x49fd180, 0x49fd340)
/home/runner/work/wotlk/wotlk/sim/core/rage.go:95 +0xa
github.com/wowsims/wotlk/sim/core.(*auraTracker).OnSpellHitTaken(...)
/home/runner/work/wotlk/wotlk/sim/core/aura.go:779
github.com/wowsims/wotlk/sim/core.(*Spell).dealDamageInternal(0x49fd180, 0x2b0db00, 0x0, 0x49fd340)
/home/runner/work/wotlk/wotlk/sim/core/spell_result.go:256 +0xa2
github.com/wowsims/wotlk/sim...
The text was updated successfully, but these errors were encountered: