This commit is contained in:
Andrew6810
2022-10-21 06:29:32 -07:00
parent 5cca051e96
commit db2a2cc2ff
161 changed files with 147766 additions and 2 deletions
+29
View File
@@ -0,0 +1,29 @@
--[[
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 = "";
};