JC reagents
This commit is contained in:
+2
-2
@@ -2416,7 +2416,7 @@ AtlasLoot_HewdropDown_SubTables = {
|
||||
{ AL["Black Bride"], "SWVBlackBride" },
|
||||
{ AL["Damian"], "SWVDamian" },
|
||||
{ AL["Volkan Cruelblade"], "SWVVolkanCruelblade" },
|
||||
{ AL["Arc'tiras / Vault Armory Equipment"], "SWVVaultArmoryEquipment" },
|
||||
{ AL["Arc'tiras"], "SWVVaultArmoryEquipment" },
|
||||
{ AL["Trash Mobs"], "SWVTrash" },
|
||||
},
|
||||
["BlackwingLair"] = {
|
||||
@@ -2781,7 +2781,6 @@ AtlasLoot_HewdropDown_SubTables = {
|
||||
["EmeraldSanctum"] = {
|
||||
{ AL["Erennius"], "ESErennius" },
|
||||
{ AL["Solnius the Awakener"], "ESSolnius1" },
|
||||
{ AL["Solnius the Awakener (Page 2)"], "ESSolnius2" },
|
||||
{ AL["Favor of Erennius (ES Hard Mode)"], "ESHardMode" },
|
||||
{ AL["Trash Mobs"], "ESTrash" },
|
||||
},
|
||||
@@ -3298,6 +3297,7 @@ function AtlasLootItem_OnEnter()
|
||||
if ( AtlasLootCharDB.ItemIDs ) then
|
||||
if spellID < 100000 then
|
||||
AtlasLootTooltip:AddLine(AL["SpellID:"].." "..spellID, nil, nil, nil, 1);
|
||||
-- Mining spells HACK
|
||||
elseif spellID >= 100000 and spellID <= 100005 then
|
||||
AtlasLootTooltip:AddLine(AL["SpellID:"].." 2575", nil, nil, nil, 1);
|
||||
elseif spellID >= 100006 and spellID <= 100007 then
|
||||
|
||||
+6
-15
@@ -750,14 +750,14 @@ AtlasLoot_ButtonRegistry = {
|
||||
["SWVVolkanCruelblade"] = {
|
||||
Title = AL["Volkan Cruelblade"];
|
||||
Next_Page = "SWVVaultArmoryEquipment";
|
||||
Next_Title = AL["Arc'tiras / Vault Armory Equipment"];
|
||||
Next_Title = AL["Arc'tiras"];
|
||||
Prev_Page = "SWVDamian";
|
||||
Prev_Title = AL["Damian"];
|
||||
Back_Page = "DUNGEONSMENU2";
|
||||
Back_Title = AL["Dungeons & Raids"];
|
||||
};
|
||||
["SWVVaultArmoryEquipment"] = {
|
||||
Title = AL["Arc'tiras / Vault Armory Equipment"];
|
||||
Title = AL["Arc'tiras"];
|
||||
Prev_Page = "SWVVolkanCruelblade";
|
||||
Prev_Title = AL["Volkan Cruelblade"];
|
||||
Next_Page = "SWVTrash";
|
||||
@@ -768,7 +768,7 @@ AtlasLoot_ButtonRegistry = {
|
||||
["SWVTrash"] = {
|
||||
Title = AL["Trash Mobs"];
|
||||
Prev_Page = "SWVVaultArmoryEquipment";
|
||||
Prev_Title = AL["Arc'tiras / Vault Armory Equipment"];
|
||||
Prev_Title = AL["Arc'tiras"];
|
||||
Back_Page = "DUNGEONSMENU2";
|
||||
Back_Title = AL["Dungeons & Raids"];
|
||||
};
|
||||
@@ -3337,19 +3337,10 @@ AtlasLoot_ButtonRegistry = {
|
||||
};
|
||||
["ESSolnius1"] = {
|
||||
Title = AL["Solnius the Awakener"];
|
||||
Next_Page = "ESSolnius2";
|
||||
Next_Title = AL["Solnius the Awakener (Page 2)"];
|
||||
Prev_Page = "ESErennius";
|
||||
Prev_Title = AL["Erennius"];
|
||||
Back_Page = "DUNGEONSMENU2";
|
||||
Back_Title = AL["Dungeons & Raids"];
|
||||
};
|
||||
["ESSolnius2"] = {
|
||||
Title = AL["Solnius the Awakener (Page 2)"];
|
||||
Next_Page = "ESHardMode";
|
||||
Next_Title = AL["Favor of Erennius (ES Hard Mode)"];
|
||||
Prev_Page = "ESSolnius1";
|
||||
Prev_Title = AL["Solnius the Awakener"];
|
||||
Prev_Page = "ESErennius";
|
||||
Prev_Title = AL["Erennius"];
|
||||
Back_Page = "DUNGEONSMENU2";
|
||||
Back_Title = AL["Dungeons & Raids"];
|
||||
};
|
||||
@@ -3357,7 +3348,7 @@ AtlasLoot_ButtonRegistry = {
|
||||
Title = AL["Favor of Erennius (ES Hard Mode)"];
|
||||
Next_Page = "ESTrash";
|
||||
Next_Title = AL["Trash Mobs"];
|
||||
Prev_Page = "ESSolnius2";
|
||||
Prev_Page = "ESSolnius1";
|
||||
Prev_Title = AL["Solnius the Awakener"];
|
||||
Back_Page = "DUNGEONSMENU2";
|
||||
Back_Title = AL["Dungeons & Raids"];
|
||||
|
||||
+10
-9
@@ -21163,7 +21163,7 @@ GetSpellInfoAtlasLootDB = {
|
||||
["craftQuantityMin"] = "",
|
||||
["craftQuantityMax"] = "",
|
||||
["reagents"] = {
|
||||
[1] = {2592, 3},
|
||||
[1] = {4306, 3},
|
||||
[2] = {2838, 3},
|
||||
},
|
||||
},
|
||||
@@ -21734,8 +21734,8 @@ GetSpellInfoAtlasLootDB = {
|
||||
["craftQuantityMin"] = "",
|
||||
["craftQuantityMax"] = "",
|
||||
["reagents"] = {
|
||||
[1] = {4306, 4},
|
||||
[2] = {7912, 4},
|
||||
[1] = {4338, 3},
|
||||
[2] = {7912, 3},
|
||||
},
|
||||
},
|
||||
[41233] = {
|
||||
@@ -21749,6 +21749,7 @@ GetSpellInfoAtlasLootDB = {
|
||||
["craftQuantityMax"] = "",
|
||||
["reagents"] = {
|
||||
[1] = {7911, 2},
|
||||
[2] = {6037 ,2}
|
||||
},
|
||||
},
|
||||
[41237] = {
|
||||
@@ -21761,8 +21762,8 @@ GetSpellInfoAtlasLootDB = {
|
||||
["craftQuantityMin"] = "",
|
||||
["craftQuantityMax"] = "",
|
||||
["reagents"] = {
|
||||
[1] = {3858, 4},
|
||||
[2] = {55153, 4},
|
||||
[1] = {3858, 3},
|
||||
[2] = {55153, 3},
|
||||
},
|
||||
},
|
||||
[41601] = {
|
||||
@@ -22283,8 +22284,8 @@ GetSpellInfoAtlasLootDB = {
|
||||
["craftQuantityMin"] = "",
|
||||
["craftQuantityMax"] = "",
|
||||
["reagents"] = {
|
||||
[1] = {10620, 5},
|
||||
[2] = {55154, 5},
|
||||
[1] = {10620, 3},
|
||||
[2] = {55154, 3},
|
||||
},
|
||||
},
|
||||
[41087] = {
|
||||
@@ -22394,8 +22395,8 @@ GetSpellInfoAtlasLootDB = {
|
||||
["craftQuantityMin"] = "",
|
||||
["craftQuantityMax"] = "",
|
||||
["reagents"] = {
|
||||
[1] = {14047, 5},
|
||||
[2] = {12365, 5},
|
||||
[1] = {14047, 3},
|
||||
[2] = {12365, 3},
|
||||
},
|
||||
},
|
||||
[41714] = {
|
||||
|
||||
Reference in New Issue
Block a user