From 3a9e8c09408d386ae12fbdde1602fd436e047772 Mon Sep 17 00:00:00 2001 From: Tereneckla Date: Mon, 2 Dec 2024 15:20:28 +0000 Subject: [PATCH] fix(DB/Loot): Critters are not skinnable (#20817) --- .../updates/pending_db_world/rev_1733152346182084675.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1733152346182084675.sql diff --git a/data/sql/updates/pending_db_world/rev_1733152346182084675.sql b/data/sql/updates/pending_db_world/rev_1733152346182084675.sql new file mode 100644 index 00000000000000..e93b412397ddb2 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1733152346182084675.sql @@ -0,0 +1,6 @@ +-- Critter: 883, 890, 2098, 2620, 1933, 4166, 721, 2442, 10780, 12298, 5951, 17467, 12296, 17467 +-- Human Royal Guard... : 1756 loot probably incorrect as well, I assume it came from the transformed guards for the Onyxia quest + +UPDATE `creature_template` SET `skinloot` = 0 WHERE `entry` IN (883, 890, 2098, 2620, 1933, 4166, 721, 2442, 10780, 12298, 5951, 17467, 12296, 17467, 1756); + +DELETE FROM `skinning_loot_template` WHERE `entry` IN (883, 890, 2098, 2620, 1933, 4166, 721, 2442, 10780, 12298, 5951, 17467, 12296, 17467, 1756);