mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-30 17:13:47 +00:00
fix(DB/Loot): Remove skinning loot from several Buzzard type mobs (#15908)
This commit is contained in:
@@ -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);
|
||||||
Reference in New Issue
Block a user