mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/creature_loot): Remove Icecap drops from NPCs (#7949)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user