diff --git a/data/sql/updates/pending_db_world/rev_1631942187339544702.sql b/data/sql/updates/pending_db_world/rev_1631942187339544702.sql new file mode 100644 index 000000000..ab0d4862a --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1631942187339544702.sql @@ -0,0 +1,5 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1631942187339544702'); + +-- Deletes Icecap from all NPC loot tables except Spellmaw's +DELETE FROM `creature_loot_template` WHERE `item` = 13467 AND `comment` LIKE '%Icecap%' AND `Entry` <> 10662; +