fix (DB/Loot) Old Hillsbrad Foothills guards should not skinnable (#20818)

This commit is contained in:
Tereneckla 2024-12-02 23:04:50 +00:00 committed by GitHub
parent ebd4aa2f8a
commit f94388fbd1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,4 @@
--
UPDATE `creature_template` SET `skinloot` = 0 WHERE `entry` IN (18094, 18093, 18092);
DELETE FROM `skinning_loot_template` WHERE `entry` IN (18094, 18093, 18092);