diff --git a/src/Unit/Unit.lua b/src/Unit/Unit.lua index da7cb9a..d17c651 100644 --- a/src/Unit/Unit.lua +++ b/src/Unit/Unit.lua @@ -439,7 +439,7 @@ function Unit:GetEmpowerStage() for i = 1, totalStages do stageDuration = stageDuration + GetUnitEmpowerStageDuration((self:GetOMToken()), i - 1) / 1000 if startTime + stageDuration > currentTime then - break -- Break early so we don't keep checking, we haven't hit this stage yet + break end stage = i end