WoWInterface SVN NeedyGreedy

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 66 to Rev 67
    Reverse comparison

Rev 66 → Rev 67

NeedyGreedy.lua
423,7 → 423,7
function NeedyGreedy:PARTY_MEMBERS_CHANGED()
if GetNumPartyMembers() > 0 and not IS_IN_PARTY then
IS_IN_PARTY = true
if self.db.profile.resetInNewParty and #items > 0 then
if self.db.profile.resetInNewParty then
confirmResetDialog()
end
elseif GetNumPartyMembers() == 0 then