From f94388fbd1153cb7d16c499c39f432ed2bf74a45 Mon Sep 17 00:00:00 2001 From: Tereneckla Date: Mon, 2 Dec 2024 23:04:50 +0000 Subject: [PATCH] fix (DB/Loot) Old Hillsbrad Foothills guards should not skinnable (#20818) --- data/sql/updates/pending_db_world/rev_1733154050654802692.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1733154050654802692.sql diff --git a/data/sql/updates/pending_db_world/rev_1733154050654802692.sql b/data/sql/updates/pending_db_world/rev_1733154050654802692.sql new file mode 100644 index 000000000..56c171f41 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1733154050654802692.sql @@ -0,0 +1,4 @@ +-- +UPDATE `creature_template` SET `skinloot` = 0 WHERE `entry` IN (18094, 18093, 18092); + +DELETE FROM `skinning_loot_template` WHERE `entry` IN (18094, 18093, 18092);