Skip to content

Commit

Permalink
better note
Browse files Browse the repository at this point in the history
  • Loading branch information
kodewdle committed Jan 27, 2025
1 parent caae048 commit 72555ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ElvUI_Libraries/Core/oUF/elements/castbar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,9 @@ local function SpecialActive(unit, filter)
local index, speed = 1
local name, _, _, _, _, _, _, _, _, spellID = oUF:GetAuraData(unit, index, filter)
while name do

if speed == 0.6 then
return speed -- fastest speed
else
else -- we have to check the entire table otherwise just to see if a faster one is available
speed = specialAuras[spellID]
end

Expand Down

0 comments on commit 72555ea

Please sign in to comment.