From 11b1d47c483edf47355cd28782a9a752600f1cba Mon Sep 17 00:00:00 2001 From: Kayla Glick Date: Tue, 14 Jan 2025 00:52:01 -0500 Subject: [PATCH] fix rogue toxicologist shoulder rune --- sim/rogue/runes.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sim/rogue/runes.go b/sim/rogue/runes.go index f7553d555..0239ca77b 100644 --- a/sim/rogue/runes.go +++ b/sim/rogue/runes.go @@ -53,7 +53,7 @@ func (rogue *Rogue) applyShoulderRuneEffect() { switch rogue.Equipment.Shoulders().Rune { // Damage case int32(proto.RogueRune_RuneShouldersAvoidant): - case int32(proto.HunterRune_RuneShouldersToxinologist): + case int32(proto.RogueRune_RuneShouldersToxicologist): rogue.applyT1Damage4PBonus() case int32(proto.RogueRune_RuneShouldersExecutioner): rogue.applyT1Damage6PBonus()