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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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