WoWInterface SVN OpenRDX

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/RDX/ObjectMgr
    from Rev 653 to Rev 658
    Reverse comparison

Rev 653 → Rev 658

PackagesUpdaterDialog.lua
505,7 → 505,7
local hours, minutes = GetGameTime();
local dataTransfert = { name = pkg; version = vs; duload = "Upload"; who = who; dt = hours .. ":" .. minutes; status = "Done"; };
NewTransfert(dataTransfert);
local myunit = RDXDAL._ReallyFastProject("player");
local myunit = RDXDAL.GetMyUnit();
if string.lower(who) == myunit.name then
local newdata = {};
newdata[pkg] = VFL.copy(RDXDB.GetPackage(pkg));
583,7 → 583,7
if (not ci) or (type(who) ~= "string") then return; end
local sunit = RPC.GetSenderUnit(ci); if not sunit then return; end
local id = ci.id; if not id then return; end
local myunit = RDXDAL._ReallyFastProject("player");
local myunit = RDXDAL.GetMyUnit();
if string.lower(who) == myunit.name then
return VFL.copy(GetListPkgInfo());
end