fix(DB/creature_loot): Remove Dark Iron Ore from various NPCs (#8512)

This commit is contained in:
Azcobu
2021-10-16 11:12:58 +10:30
committed by GitHub
parent 191e37ec89
commit 30a3932517

View File

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