WoWInterface SVN phUnitFrames

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 9 to Rev 10
    Reverse comparison

Rev 9 → Rev 10

phUnitFrame.lua
400,7 → 400,7
if not UnitIsVisible(unit) then
phUnitFrame.updateSimple(frame,UnitName(unit));
if frame.raidIdx then
local _,_,_,_,_,_,zone = GetRaidRosterInfo(raidIdx);
local _,_,_,_,_,_,zone = GetRaidRosterInfo(frame.raidIdx);
frame.loc:SetText(zone);
frame.loc:Show();
else