WoWInterface SVN PerfectRaid_QuickHealth

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 5 to Rev 4
    Reverse comparison

Rev 5 → Rev 4

PerfectRaid_QuickHealth.lua
13,12 → 13,10
end
for unit in pairs(PerfectRaid.frames) do
local guid = UnitGUID(unit);
if guid then
if(not GUIDMap[guid]) then
GUIDMap[guid] = {};
end
table.insert(GUIDMap[guid], unit)
if(not GUIDMap[guid]) then
GUIDMap[guid] = {};
end
table.insert(GUIDMap[guid], unit)
end
end