From 2769e0decc0c884527a977e36db2fe1c7b5a69b9 Mon Sep 17 00:00:00 2001 From: ZhengPeiRu21 <98835050+ZhengPeiRu21@users.noreply.github.com> Date: Sat, 15 Oct 2022 09:10:43 -0600 Subject: [PATCH] fix(DB): Remove Skinning loot from Giant Buzzard (#13392) --- data/sql/updates/pending_db_world/rev_1665525266543513900.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1665525266543513900.sql diff --git a/data/sql/updates/pending_db_world/rev_1665525266543513900.sql b/data/sql/updates/pending_db_world/rev_1665525266543513900.sql new file mode 100644 index 000000000..2308fb3fc --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1665525266543513900.sql @@ -0,0 +1,4 @@ +-- +-- Remove skinning loot from Giant Buzzard +UPDATE `creature_template` SET `skinloot` = 0 WHERE `entry` = 2831; +DELETE FROM `skinning_loot_template` WHERE `Entry` = 2831;