fix(DB/creature_loot): Remove Icecap drops from NPCs (#7949)

This commit is contained in:
Azcobu
2021-09-21 10:11:10 +09:30
committed by GitHub
parent b31b1b285c
commit e38dca63d9

View File

@@ -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;