WoWInterface SVN mikma

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /MiniCombatLog
    from Rev 420 to Rev 428
    Reverse comparison

Rev 420 → Rev 428

MiniCombatLog.lua
1,4 → 1,4
local mcl, frames = MCLFRAME, MCLFRAME.frames
local mcl, frames = MCLFRAME, MCLFRAME.frames
MCLFRAME = nil
 
local player
frame.lua
1,9 → 1,9
local f = CreateFrame("Frame", nil, UIParent)
local f = CreateFrame("Frame", nil, UIParent)
f:SetScript("OnEvent", function(self, event, ...) if self[event] then return self[event](self, event, ...) end end)
 
f:SetWidth(60)
f:SetHeight(400)
f:SetPoint("RIGHT", UIParent, "RIGHT", -2, -110)
f:SetPoint("RIGHT", UIParent, "RIGHT", -2, 110)
 
f.frames = {}
for i=1,3 do