diff --git a/Core/AtlasLoot.lua b/Core/AtlasLoot.lua index 2dfdfa4..94208c1 100644 --- a/Core/AtlasLoot.lua +++ b/Core/AtlasLoot.lua @@ -3869,7 +3869,8 @@ AtlasLoot_updater:SetScript("OnEvent", function() if source then _,name = GetChannelName(source) end - if name == "LFT" then + if not name then return end + if string.upper(name) == "LFT" then local msg, v, remoteversion, remotetitle = AtlasLoot_strsplit(":", arg1) if msg == "Atlasloot" then local remoteversion = tonumber(remoteversion) or 0 diff --git a/Core/Spells.lua b/Core/Spells.lua index c0ce08e..1162fda 100644 --- a/Core/Spells.lua +++ b/Core/Spells.lua @@ -12248,6 +12248,52 @@ GetSpellInfoVanillaDB = { [1] = {2836, 2}, }, }, + [46664] = { + ["name"] = "Blacksmithing: Sharpened Claw", + ["requires"] = "", + ["tools"] = "", + ["castTime"] = 10, + ["text"] = "", + ["craftItem"] = 65011, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {2840, 8}, + [2] = {3470, 4}, + [3] = {2880, 4}, + }, + }, + [46663] = { + ["name"] = "Blacksmithing: Copper Knuckles", + ["requires"] = "", + ["tools"] = "", + ["castTime"] = 10, + ["text"] = "", + ["craftItem"] = 65010, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {2840, 8}, + [2] = {3470, 2}, + }, + }, + [46665] = { + ["name"] = "Blacksmithing: Bronze Bruiser", + ["requires"] = "", + ["tools"] = "", + ["castTime"] = 10, + ["text"] = "", + ["craftItem"] = 65012, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {2841, 6}, + [2] = {1705, 2}, + [3] = {3466, 2}, + [4] = {3478, 4}, + [5] = {3391, 2}, + }, + }, [2667] = { ["name"] = "Blacksmithing: Runed Copper Breastplate", ["requires"] = AL["Anvil"], diff --git a/Crafting/crafting.en.lua b/Crafting/crafting.en.lua index 0ff4f3c..47b3bed 100644 --- a/Crafting/crafting.en.lua +++ b/Crafting/crafting.en.lua @@ -603,6 +603,7 @@ AtlasLoot_Data["AtlasLootCrafting"] = { { "s3320", "inv_stone_grindingstone_01", "=q1=Rough Grinding Stone", "=ds=#sr# =so1=25 =so2=45 =so3=65 =so4=85" }, { "s2739", "inv_sword_26", "=q1=Copper Shortsword", "=ds=#sr# =so1=25 =so2=65 =so3=85 =so4=105" }, { "s57163", "INV_Misc_Buckle_01", "=q2=Copper Belt Buckle", "=ds=#sr# =so1=25 =so2=65 =so3=85 =so4=105" }, + { "s46663", "inv_gauntlets_11", "=q1=Copper Knuckles", "=ds=#sr# =so1=30 =so2=60 =so3=62 =so4=65" }, { "s9983", "inv_sword_21", "=q1=Copper Claymore", "=ds=#sr# =so1=30 =so2=70 =so3=90 =so4=110" }, { "s8880", "inv_weapon_shortblade_14", "=q1=Copper Dagger", "=ds=#sr# =so1=30 =so2=70 =so3=90 =so4=110" }, { "s2661", "inv_belt_02", "=q1=Copper Chain Belt", "=ds=#sr# =so1=35 =so2=75 =so3=95 =so4=115" }, @@ -617,6 +618,7 @@ AtlasLoot_Data["AtlasLootCrafting"] = { { "s2666", "inv_belt_03", "=q2=Runed Copper Belt", "=ds=#sr# =so1=70 =so2=110 =so3=130 =so4=150" }, { "s3294", "inv_throwingaxe_01", "=q2=Thick War Axe", "=ds=#sr# =so1=70 =so2=110 =so3=130 =so4=150" }, { "s3326", "inv_stone_grindingstone_02", "=q1=Coarse Grinding Stone", "=ds=#sr# =so1=75 =so2=75 =so3=87 =so4=100" }, + { "s46664", "inv_misc_monsterclaw_01", "=q2=Sharpened Claw", "=ds=#sr# =so1=75 =so2=90 =so3=95 =so4=100" }, }; SmithingJourneyman1 = { @@ -636,6 +638,7 @@ AtlasLoot_Data["AtlasLootCrafting"] = { { "s3328", "inv_shoulder_05", "=q2=Rough Bronze Shoulders", "=ds=#sr# =so1=110 =so2=140 =so3=155 =so4=170" }, { "s6517", "inv_weapon_shortblade_05", "=q2=Pearl-handled Dagger", "=ds=#sr# =so1=110 =so2=140 =so3=155 =so4=170" }, { "s2741", "inv_axe_17", "=q1=Bronze Axe", "=ds=#sr# =so1=115 =so2=145 =so3=160 =so4=175" }, + { "s46665", "inv_gauntlets_11", "=q2=Bronze Bruiser", "=ds=#sr# =so1=120 =so2=140 =so3=145 =so4=150" }, { "s2742", "inv_sword_04", "=q1=Bronze Shortsword", "=ds=#sr# =so1=120 =so2=150 =so3=165 =so4=180" }, { "s2672", "inv_bracer_07", "=q2=Patterned Bronze Bracers", "=ds=#sr# =so1=120 =so2=150 =so3=165 =so4=180" }, { "s2674", "inv_stone_sharpeningstone_03", "=q1=Heavy Sharpening Stone", "=ds=#sr# =so1=125 =so2=125 =so3=132 =so4=140" }, @@ -649,10 +652,10 @@ AtlasLoot_Data["AtlasLootCrafting"] = { { "s3331", "inv_boots_01", "=q2=Silvered Bronze Boots", "=ds=#sr# =so1=130 =so2=160 =so3=175 =so4=190" }, { "s2673", "inv_chest_chain_09", "=q2=Silvered Bronze Breastplate", "=ds=#sr# =so1=130 =so2=160 =so3=175 =so4=190" }, { "s9987", "inv_axe_21", "=q1=Bronze Battle Axe", "=ds=#sr# =so1=135 =so2=165 =so3=180 =so4=195" }, - { "s3333", "inv_gauntlets_05", "=q2=Silvered Bronze Gauntlets", "=ds=#sr# =so1=135 =so2=165 =so3=180 =so4=195" }, }; SmithingJourneyman2 = { + { "s3333", "inv_gauntlets_05", "=q2=Silvered Bronze Gauntlets", "=ds=#sr# =so1=135 =so2=165 =so3=180 =so4=195" }, { "s57169", "INV_Misc_Buckle_03", "=q2=Iron Belt Buckle", "=ds=#sr# =so1=140 =so2=170 =so3=185 =so4=200" }, { "s6518", "inv_hammer_05", "=q2=Iridescent Hammer", "=ds=#sr# =so1=140 =so2=170 =so3=185 =so4=200" }, { "s3334", "inv_boots_01", "=q2=Green Iron Boots", "=ds=#sr# =so1=145 =so2=175 =so3=190 =so4=205" },