diff --git a/sim/warrior/rend.go b/sim/warrior/rend.go index 06df46ca63..b4bf8086ac 100644 --- a/sim/warrior/rend.go +++ b/sim/warrior/rend.go @@ -34,7 +34,7 @@ func (warrior *Warrior) RegisterRendSpell(rageThreshold float64, healthThreshold }, ExtraCastCondition: func(sim *core.Simulation, target *core.Unit) bool { - return warrior.StanceMatches(BattleStance) + return warrior.StanceMatches(BattleStance) || warrior.StanceMatches(DefensiveStance) }, DamageMultiplier: 1 + 0.1*float64(warrior.Talents.ImprovedRend),