From fb62d2797e1c4c8c4d59e39ac223f2e13ddf0e94 Mon Sep 17 00:00:00 2001 From: Adrian Klingen Date: Fri, 31 Jan 2025 11:34:03 +0100 Subject: [PATCH] Add back updateCastSpeed --- sim/core/unit.go | 1 + 1 file changed, 1 insertion(+) diff --git a/sim/core/unit.go b/sim/core/unit.go index ce156bd785..27423f35f6 100644 --- a/sim/core/unit.go +++ b/sim/core/unit.go @@ -536,6 +536,7 @@ func (unit *Unit) finalize() { unit.defaultTarget = unit.CurrentTarget unit.applyParryHaste() + unit.updateCastSpeed() unit.initMovement() // All stats added up to this point are part of the 'initial' stats.