fix(DB/Loot): Remove skinning loot from several Buzzard type mobs (#15908)

This commit is contained in:
ZhengPeiRu21
2023-04-18 18:05:10 -06:00
committed by GitHub
parent c95dc32499
commit 110897c095

View File

@@ -0,0 +1,4 @@
--
-- Remove skinning loot from Buzzard creatures
UPDATE `creature_template` SET `skinloot` = 0 WHERE `entry` IN (5982, 5983, 5436, 7376);
DELETE FROM `skinning_loot_template` WHERE `Entry` IN (5982, 5983);