diff --git a/data/sql/updates/pending_db_world/rev_1633841812215829906.sql b/data/sql/updates/pending_db_world/rev_1633841812215829906.sql new file mode 100644 index 000000000..a97c80ec2 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1633841812215829906.sql @@ -0,0 +1,7 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1633841812215829906'); + +-- Removes loot from Commander Eligor Dawnbringer +UPDATE `creature_template` SET `lootid` = 0 WHERE `entry` = 16115; +-- Tidy loot table entries +DELETE FROM `creature_loot_template` WHERE `Entry` = 16115; +