From 660ae23dd7bb2bea0dc6ab97062a61f8a8885a0b Mon Sep 17 00:00:00 2001 From: Teknishun7 <89323351+Teknishun7@users.noreply.github.com> Date: Sat, 13 Sep 2025 18:41:13 -0400 Subject: [PATCH] fix(DB/Creature) Remove skinning loot from Soriid the Devourer (#22908) --- data/sql/updates/pending_db_world/rev_1757794989983160217.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1757794989983160217.sql diff --git a/data/sql/updates/pending_db_world/rev_1757794989983160217.sql b/data/sql/updates/pending_db_world/rev_1757794989983160217.sql new file mode 100644 index 000000000..1164377a5 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1757794989983160217.sql @@ -0,0 +1,2 @@ +-- Removes the skinLoot from Soriid the Devourer +UPDATE `creature_template` SET `skinloot` = 0 WHERE `entry` = 8204;