mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
fix(DB): Remove Skinning loot from Giant Buzzard (#13392)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user