WoWInterface SVN KuiNameplates

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 156 to Rev 157
    Reverse comparison

Rev 156 → Rev 157

Kui_Nameplates/layout.lua
749,7 → 749,6
and reset them
]]
 
 
------------------------------------------------------------------ Layout --
local parent
if profile.general.fixaa and uiscale then
Kui_Nameplates/castbar.lua
282,7 → 282,6
end
 
function mod:IsCasting(msg, frame)
-- TODO update this for other units (party1target etc)
if not frame.castbar or not frame.target then return end
 
local name = UnitCastingInfo('target')
Kui_Nameplates/castwarnings.lua
205,7 → 205,6
end
 
function mod:OnEnable()
-- TODO replace this with RegisterMessage etc from AceEvent
self:RegisterMessage('KuiNameplates_PostCreate', 'CreateCastWarnings')
self:RegisterMessage('KuiNameplates_PostHide', 'Hide')