diff --git a/data/sql/updates/pending_db_world/rev_1681146335796877700.sql b/data/sql/updates/pending_db_world/rev_1681146335796877700.sql new file mode 100644 index 000000000..41093efea --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1681146335796877700.sql @@ -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);