Skip to content

Commit

Permalink
Return back cast time text.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wetxius committed Jul 10, 2013
1 parent b990ab1 commit 1775be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ShestakUI/Modules/Blizzard/Nameplates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ local function CastUpdate(frame)
end
end

-- Determine whether or not the cast is Channelled or a Regular cast so we can grab the proper Cast Name
local function UpdateCastText(frame, curValue)
local _, maxValue = frame:GetMinMaxValues()

Expand Down Expand Up @@ -458,6 +457,7 @@ local function SkinObjects(frame, nameFrame)
cb.shield = cbshield
cb:HookScript("OnShow", UpdateCastbar)
cb:HookScript("OnUpdate", CastUpdate)
cb:HookScript("OnValueChanged", UpdateCastText)
frame.cb = cb

-- Aura tracking
Expand Down

0 comments on commit 1775be7

Please sign in to comment.