fix(DB/creature_loot): Remove Icecap drops from NPCs (#7949)
This commit is contained in:
parent
b31b1b285c
commit
e38dca63d9
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue