diff --git a/data/sql/updates/pending_db_world/removeloot.sql b/data/sql/updates/pending_db_world/removeloot.sql new file mode 100644 index 000000000..83a1d6177 --- /dev/null +++ b/data/sql/updates/pending_db_world/removeloot.sql @@ -0,0 +1,2 @@ +-- Remove golden pearl drop from creature +DELETE FROM `item_loot_template` WHERE `Entry` IN (17917, 20627) AND (`Item` IN (13926));