From 5acdc1845e62157e048b33e0b25464e5aef36147 Mon Sep 17 00:00:00 2001 From: Gultask <100873791+Gultask@users.noreply.github.com> Date: Tue, 23 Aug 2022 08:06:27 -0300 Subject: [PATCH] fix(DB/Creature): Remove gold drops from Swarmguard Needler and Hive'Zara Larva. (#12827) * Create rev_1661217788397138700.sql * Update rev_1661217788397138700.sql --- data/sql/updates/pending_db_world/rev_1661217788397138700.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1661217788397138700.sql diff --git a/data/sql/updates/pending_db_world/rev_1661217788397138700.sql b/data/sql/updates/pending_db_world/rev_1661217788397138700.sql new file mode 100644 index 000000000..afb1de3cf --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1661217788397138700.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `mingold` = 0, `maxgold` = 0 WHERE `entry` IN (15344, 15555);