Skip to content

Commit

Permalink
Fix for GatherMate2 data.
Browse files Browse the repository at this point in the history
  • Loading branch information
IrcDirk committed May 26, 2024
1 parent 5cc2f59 commit f7d182c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
12 changes: 12 additions & 0 deletions Carbonite/Carbonite.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2856,6 +2856,12 @@ Nx.GatherInfo = {
{ 435, "inv_misc_herb_icethorn",L["Icethorn"]},
{ 450, "inv_misc_herb_frostlotus",L["Frost Lotus"]},
{ 360, "inv_misc_herb_11a",L["Firethorn"]},
{ 425, "inv_misc_herb_azsharasveil", L["Azshara's Veil"]},
{ 425, "inv_misc_herb_cinderbloom", L["Cinderbloom"]},
{ 425, "inv_misc_herb_stormvine", L["Stormvine"]},
{ 475, "inv_misc_herb_heartblossom", L["Heartblossom"]},
{ 500, "inv_misc_herb_whiptail", L["Whiptail"]},
{ 525, "inv_misc_herb_twilightjasmine", L["Twilight Jasmine"]},
},
["M"] = { -- Mine node
{ 325, "inv_ore_adamantium",L["Adamantite Deposit"]},
Expand Down Expand Up @@ -2884,6 +2890,12 @@ Nx.GatherInfo = {
{ 425, "inv_ore_saronite_01",L["Saronite Deposit"]},
{ 425, "inv_ore_saronite_01",L["Rich Saronite Deposit"]},
{ 450, "inv_ore_platinum_01",L["Titanium Vein"]},
{ 425, "item_elementiumore", L["Obsidium Deposit"]},
{ 450, "item_elementiumore", L["Rich Obsidium Deposit"]},
{ 475, "item_pyriumore", L["Elementium Vein"]},
{ 500, "item_pyriumore", L["Rich Elementium Vein"]},
{ 525, "inv_ore_arcanite_01", L["Pyrite Deposit"]},
{ 525, "inv_ore_arcanite_01", L["Rich Pyrite Deposit"]},
}
}

Expand Down
6 changes: 2 additions & 4 deletions Carbonite/NxOptions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2595,7 +2595,6 @@ local function guidegatherConfig ()
Nx.db.profile.Guide.ShowHerbs[49] = not Nx.db.profile.Guide.ShowHerbs[49]
end,
},
--[[
azsharaveil = {
order = 52,
type = "toggle",
Expand Down Expand Up @@ -2674,7 +2673,7 @@ local function guidegatherConfig ()
Nx.db.profile.Guide.ShowHerbs[55] = not Nx.db.profile.Guide.ShowHerbs[55]
end,
},
foolscap = {
--[[ foolscap = {
order = 58,
type = "toggle",
width = "full",
Expand Down Expand Up @@ -3419,7 +3418,6 @@ local function guidegatherConfig ()
Nx.db.profile.Guide.ShowMines[26] = not Nx.db.profile.Guide.ShowMines[26]
end,
},
--[[
obsid = {
order = 29,
type = "toggle",
Expand Down Expand Up @@ -3498,7 +3496,7 @@ local function guidegatherConfig ()
Nx.db.profile.Guide.ShowMines[32] = not Nx.db.profile.Guide.ShowMines[32]
end,
},
ghost = {
--[[ ghost = {
order = 35,
type = "toggle",
width = "full",
Expand Down

0 comments on commit f7d182c

Please sign in to comment.