From 09e6e056083154d07fca645ebcb233e843c10fb1 Mon Sep 17 00:00:00 2001 From: Lexie <6937574+Lexiebean@users.noreply.github.com> Date: Wed, 8 Nov 2023 12:57:15 +1100 Subject: [PATCH] Mooncloth recipes fixed --- Core/Spells.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Core/Spells.lua b/Core/Spells.lua index 08b8336..d9ca7a7 100644 --- a/Core/Spells.lua +++ b/Core/Spells.lua @@ -5770,7 +5770,7 @@ GetSpellInfoVanillaDB = { ["craftQuantityMin"] = "", ["craftQuantityMax"] = "", ["reagents"] = { - [1] = {14048, 8}, + [1] = {14342, 4}, [2] = {17010, 6}, [3] = {7078, 4}, [4] = {12810, 2}, @@ -5804,7 +5804,7 @@ GetSpellInfoVanillaDB = { ["craftQuantityMin"] = "", ["craftQuantityMax"] = "", ["reagents"] = { - [1] = {14048, 12}, + [1] = {14342, 6}, [2] = {17010, 4}, [3] = {17011, 4}, [4] = {12810, 6},