diff --git a/data/sql/updates/pending_db_world/rev_1669689837407665196.sql b/data/sql/updates/pending_db_world/rev_1669689837407665196.sql new file mode 100644 index 000000000..371c28651 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1669689837407665196.sql @@ -0,0 +1,4 @@ +-- fix pr13832 +-- https://github.com/azerothcore/azerothcore-wotlk/commit/c791e2080e287e052fcaf717e3106977c822d28f +DELETE FROM `creature_loot_template` WHERE `Entry` IN (17917, 20627) AND (`Item` IN (13926)); +UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` IN (17917, 20627));