add dire maul rep items

This commit is contained in:
Spit
2025-09-09 17:40:08 +03:00
parent 647bb52488
commit fdd6f2da81
6 changed files with 45 additions and 11 deletions
+21
View File
@@ -826,4 +826,25 @@ AtlasLoot_Data["AtlasLootRepItems"] = {
{ 81243, "inv_misc_birdbeck_01", "=q1=Beaky", "=ds=#e15#" },
{ 80312, "inv_misc_tabard_wildhammerclan", "=q1=Wildhammer Tabard", "=ds=#s7#" },
};
Shendralar = {
{ 0, "INV_Misc_Book_04", "=q6=Friendly", "" },
{ 55044, "INV_Misc_Note_01", "=q3=Formula: Enchant Boots - Major Intellect", "#e11#ing #m14#" },
{ 55045, "INV_Scroll_05", "=q3=Recipe: Elixir of Greater Frost Power", "#p1# #m14#" },
{ 0, "", "", "" },
{ 0, "INV_Misc_Book_04", "=q6=Honored", "" },
{ 55047, "INV_Scroll_05", "=q3=Recipe: Elixir of Greater Arcane Power", "#p1# #m14#" },
{ 55049, "INV_Scroll_03", "=q3=Pattern: Essence Infused Leather Gloves", "#p7# #m14#" },
{ 0, "", "", "" },
{ 0, "INV_Misc_Book_04", "=q6=Revered", "" },
{ 55051, "INV_Scroll_05", "=q3=Pattern: Astronomer Raiments", "#p8# #m14#" },
{ 55053, "INV_Scroll_03", "=q3=Pattern: Prismatic Scale Barbute", "#p7# #m14#" },
{ 0, "", "", "" },
{ 0, "", "", "" },
{ 0, "", "", "" },
{ 0, "", "", "" },
{ 0, "INV_Misc_Book_04", "=q6=Exalted", "" },
{ 55055, "INV_Scroll_05", "=q4=Pattern: Spellwoven Nobility Drape", "#p8# #m14#" },
{ 55057, "INV_Scroll_05", "=q4=Plans: Rune-Inscribed Plate Leggings", "#p2# #m14#" },
{ 55059, "INV_Scroll_05", "=q4=Plans: Grandstaff of the Shen'dralar Elder", "#p18# #m14#" },
},
};
+2
View File
@@ -823,6 +823,7 @@ AtlasLoot_TableNames = {
["ThunderBluff"] = { AL["Thunder Bluff"], "AtlasLootRepItems" },
["Dalaran"] = { AL["Dalaran"], "AtlasLootRepItems" },
["Wildhammer"] = { AL["Wildhammer Clan"], "AtlasLootRepItems" },
["Shendralar"] = { AL["Shen'dralar"], "AtlasLootRepItems" },
--------------
--- Trades ---
--------------
@@ -2002,6 +2003,7 @@ AtlasLoot_TableNamesBoss = {
["ThunderBluff"] = { AL["Thunder Bluff"], "AtlasLootRepItems" },
["Dalaran"] = { AL["Dalaran"], "AtlasLootRepItems" },
["Wildhammer"] = { AL["Wildhammer Clan"], "AtlasLootRepItems" },
["Shendralar"] = { AL["Shen'dralar"], "AtlasLootRepItems" },
},
--------------
--- Trades ---