fix(DB/Loot): Kodo apparation no longer can be skinned (#23173)

This commit is contained in:
Ryan Turner 2025-10-11 09:24:38 +01:00 committed by GitHub
parent 292f1a417d
commit 051a3c5ba8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
-- Removes skinloot ID from the kodo appration
UPDATE `creature_template` SET `skinloot` = 0 WHERE `entry` = 11521;