fix(DB/Creature) Remove skinning loot from Soriid the Devourer (#22908)

This commit is contained in:
Teknishun7
2025-09-13 18:41:13 -04:00
committed by GitHub
parent 3dc5be9878
commit 660ae23dd7

View File

@@ -0,0 +1,2 @@
-- Removes the skinLoot from Soriid the Devourer
UPDATE `creature_template` SET `skinloot` = 0 WHERE `entry` = 8204;