WoWInterface SVN OpenRDX

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/RDX/Windows
    from Rev 655 to Rev 660
    Reverse comparison

Rev 655 → Rev 660

Layout_SecureAssists.lua
118,10 → 118,10
local n = sizeFunc(); if not n then return; end
n = math.min(limit, n);
local str,idx = "", 0;
for ctl,uid in iFunc() do --if (UnitInParty(uid) or UnitInRaid(uid)) then
for ctl,uid in iFunc() do if (UnitInParty(uid) or UnitInRaid(uid)) then
idx = idx + 1; if(idx > n) then break; end
str = str .. UnitName(uid) .. ",";
end --end
end end
if gridAssist then gridAssist:SetNameList(str); end
if gridT then gridT:SetNameList(str); end
if gridTT then gridTT:SetNameList(str); end