From 467bb807af8117e8a30fd106c065af4ac58f3e96 Mon Sep 17 00:00:00 2001 From: Asthalor <87535580+Asthalor@users.noreply.github.com> Date: Fri, 6 May 2022 21:47:08 +0200 Subject: [PATCH] fix(DB/Loot): Removed Cache of Zanzil from Grand Foreman Puzik Gallywix (#11640) --- .../sql/updates/pending_db_world/rev_1651752894543472300.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1651752894543472300.sql diff --git a/data/sql/updates/pending_db_world/rev_1651752894543472300.sql b/data/sql/updates/pending_db_world/rev_1651752894543472300.sql new file mode 100644 index 000000000..6b042e3db --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1651752894543472300.sql @@ -0,0 +1,5 @@ +-- +-- Remove the item Cache of Zanzil's Altered Mixture (8073) from Grand Foreman Puzik Gallywix (7288) + +DELETE FROM `creature_loot_template` WHERE `Entry` = 7288 AND `Item` = 8073; +