From 405c10ab1039800533fd01dadb4c1bf7059d139b Mon Sep 17 00:00:00 2001 From: Michael <499674+neoxyte@users.noreply.github.com> Date: Sat, 16 Dec 2023 01:37:59 -0500 Subject: [PATCH] Fixed Alchemy: Greater Arcane Protection Potion Corrected reagents for Alchemy: Greater Arcane Protection Potion (Dreamfoil instead of Mountain Silversage) --- Core/Spells.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/Spells.lua b/Core/Spells.lua index 24dd312..b96bd89 100644 --- a/Core/Spells.lua +++ b/Core/Spells.lua @@ -8285,7 +8285,7 @@ GetSpellInfoVanillaDB = { ["craftQuantityMax"] = "", ["reagents"] = { [1] = {11176}, - [2] = {13465}, + [2] = {13463}, [3] = {8925}, }, },