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