From e529380aecfd1d147317bedc874fbed46f6e667e Mon Sep 17 00:00:00 2001 From: Menopaws <86041826+cyaohiri@users.noreply.github.com> Date: Tue, 31 Oct 2023 16:35:31 +0100 Subject: [PATCH] Update crafting.en.lua Added Dreamshard Elixir. --- Crafting/crafting.en.lua | 1 + 1 file changed, 1 insertion(+) 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" }, }; ----------------