From e24b12fa8a8fbc70c9b5df9bdab7f8b0c4218d5d Mon Sep 17 00:00:00 2001 From: EyeOfTheBeast Date: Tue, 23 Jan 2024 09:07:39 +1100 Subject: [PATCH] Fix Shadow Oil Grave Moss amount --- Core/Spells.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/Spells.lua b/Core/Spells.lua index 24dd312..fb7eb19 100644 --- a/Core/Spells.lua +++ b/Core/Spells.lua @@ -7366,7 +7366,7 @@ GetSpellInfoVanillaDB = { ["craftQuantityMax"] = "", ["reagents"] = { [1] = {3818, 4}, - [2] = {3369, 4}, + [2] = {3369, 2}, [3] = {3372}, }, },