--[[
classpriority.lua
This file can be used in your guild to indicate class priority on items.
Just add an entry of the form:
ItemXXXXX = "Class";
Where XXXXX is the itemID.
The class will appear in the tooltip automatically.
]]

AtlasLootClassPriority = {
	-----------------
	-- Molten Core --
	-----------------
    --Tier 1 Loot--
    --Arcanist Boots
    Item16800 = "";
    --Felheart Gloves
    Item16805 = "";
    --Cenarion Boots
    Item16829 = "";
    --Earthfury Boots
    Item16837 = "";
    --Gauntlets of Might
    Item16863 = "";
    --Lawbringer Boots
    Item16859 = "";
};
    
    