WoWInterface SVN UrbanAchiever

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 148 to Rev 149
    Reverse comparison

Rev 148 → Rev 149

trunk/Main.lua
1768,7 → 1768,7
self.frame.achButtons[button].background:SetVertexColor(1, 1, 1)
if flags ~= nil then
if ( bit.band(flags, ACHIEVEMENT_FLAGS_ACCOUNT) == ACHIEVEMENT_FLAGS_ACCOUNT ) then
self.frame.achButtons[button].background:SetVertexColor(1, 0, 1)
self.frame.achButtons[button].background:SetVertexColor(.4, .4, 1)
end
end