mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
fix(DB/creature_loot): Remove Dark Iron Ore from various NPCs (#8512)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user