From 65bea1545e59ca87c92a68de29b5acc32f6ce39f Mon Sep 17 00:00:00 2001 From: Menopaws <86041826+cyaohiri@users.noreply.github.com> Date: Thu, 2 Nov 2023 10:16:56 +0100 Subject: [PATCH] Added Boots of Darkness --- Core/Spells.lua | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Core/Spells.lua b/Core/Spells.lua index 88b451a..3185218 100644 --- a/Core/Spells.lua +++ b/Core/Spells.lua @@ -3273,6 +3273,22 @@ GetSpellInfoVanillaDB = { [3] = {2321, 2}, }, }, + [8778] = { + ["name"] = "Tailoring: Boots of Darkness", + ["requires"] = "", + ["tools"] = "", + ["castTime"] = 25, + ["text"] = "", + ["craftItem"] = 7027, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {4305, 3}, + [2] = {2319, 2}, + [3] = {6048}, + [4] = {2321, 2}, + }, + }, [8760] = { ["name"] = "Tailoring: Azure Silk Hood", ["requires"] = "",