fix(DB): Remove Skinning loot from Giant Buzzard (#13392)

This commit is contained in:
ZhengPeiRu21
2022-10-15 09:10:43 -06:00
committed by GitHub
parent 32f94f2798
commit 2769e0decc

View File

@@ -0,0 +1,4 @@
--
-- Remove skinning loot from Giant Buzzard
UPDATE `creature_template` SET `skinloot` = 0 WHERE `entry` = 2831;
DELETE FROM `skinning_loot_template` WHERE `Entry` = 2831;