fix(DB/Creature): remove skinning from Clutchmother Zavas (#22631)

This commit is contained in:
Tereneckla 2025-08-06 11:45:59 +00:00 committed by GitHub
parent a276f25d2f
commit 42ffbb0d9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1 @@
UPDATE `creature_template` SET `skinloot` = 0 WHERE (`entry` = 6582);