WoWInterface SVN PerfectRaid_QuickHealth

Compare Revisions

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

Rev 4 → Rev 5

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