diff --git a/Core/Spells.lua b/Core/Spells.lua index 8c2ad67..88b451a 100644 --- a/Core/Spells.lua +++ b/Core/Spells.lua @@ -7994,7 +7994,7 @@ GetSpellInfoVanillaDB = { ["craftQuantityMax"] = "", ["reagents"] = { [1] = {11176}, - [2] = {13463}, + [2] = {13465}, [3] = {8925}, }, }, @@ -8009,7 +8009,7 @@ GetSpellInfoVanillaDB = { ["craftQuantityMax"] = "", ["reagents"] = { [1] = {7068}, - [2] = {13463}, + [2] = {4625}, [3] = {8925}, }, }, @@ -8024,7 +8024,7 @@ GetSpellInfoVanillaDB = { ["craftQuantityMax"] = "", ["reagents"] = { [1] = {7070}, - [2] = {13463}, + [2] = {13467}, [3] = {8925}, }, }, @@ -8054,7 +8054,7 @@ GetSpellInfoVanillaDB = { ["craftQuantityMax"] = "", ["reagents"] = { [1] = {3824}, - [2] = {13463}, + [2] = {8836, 2}, [3] = {8925}, }, }, @@ -8083,7 +8083,7 @@ GetSpellInfoVanillaDB = { ["craftQuantityMin"] = "", ["craftQuantityMax"] = "", ["reagents"] = { - [1] = {13463, 3}, + [1] = {13463, 2}, [2] = {13467, 2}, [3] = {8925}, }, @@ -8213,6 +8213,21 @@ GetSpellInfoVanillaDB = { [4] = {8925}, }, }, + [57131] = { + ["name"] = "Alchemy: Dreamshard Elixir", + ["requires"] = AL["Alchemy Lab"], + ["tools"] = "", + ["castTime"] = 25, + ["text"] = "", + ["craftItem"] = 61224, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {61198}, + [2] = {11176}, + [3] = {8925}, + }, + }, [2657] = { ["name"] = "Smelting: Smelt Copper", ["requires"] = AL["Forge"], diff --git a/Crafting/crafting.en.lua b/Crafting/crafting.en.lua index 35dc79f..ba4af6d 100644 --- a/Crafting/crafting.en.lua +++ b/Crafting/crafting.en.lua @@ -388,6 +388,7 @@ AtlasLoot_Data["AtlasLootCrafting"] = { { "s17637", "inv_potion_41", "=q1=Flask of Supreme Power", "=ds=#sr# =so1=300 =so2=315 =so3=322 =so4=330" }, { "s17635", "inv_potion_62", "=q1=Flask of the Titans", "=ds=#sr# =so1=300 =so2=315 =so3=322 =so4=330" }, { "s24266", "inv_poison_mindnumbing", "=q3=Gurubashi Mojo Madness", "=ds=#sr# =so1=300 =so2=315 =so3=322 =so4=330" }, + { "s57131", "INV_Potion_12", "=q1=Dreamshard Elixir", "=ds=#sr# =so1=300 =so2=315 =so3=322 =so4=330" }, }; ----------------