fix(DB/creature_loot): Remove Dark Iron Ore from various NPCs (#8512)
This commit is contained in:
parent
191e37ec89
commit
30a3932517
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1634216213882872003');
|
||||
|
||||
-- Remove Dark Iron Ore from various NPCs
|
||||
DELETE FROM `creature_loot_template` WHERE `Entry` NOT IN (8905, 8906, 8907, 8908, 8923, 9502) AND `Item` = 11370;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue