From 3118d1db5b4571b6a965c2fbe6bce17f9767f741 Mon Sep 17 00:00:00 2001 From: avarishd <46330494+avarishd@users.noreply.github.com> Date: Sun, 8 Oct 2023 14:50:06 +0300 Subject: [PATCH] fix(DB/Loot): Ghostweave Patterns (#17437) --- data/sql/updates/pending_db_world/rev_1696662162909705600.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1696662162909705600.sql diff --git a/data/sql/updates/pending_db_world/rev_1696662162909705600.sql b/data/sql/updates/pending_db_world/rev_1696662162909705600.sql new file mode 100644 index 000000000..59a973964 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1696662162909705600.sql @@ -0,0 +1,2 @@ +-- Ghostweave Patterns +DELETE FROM `reference_loot_template` WHERE `Entry` IN (24708,24709) AND `Item` IN (14495,14480,14473,14477);