fix(DB/creature_loot): Remove Plans: Corruption from various NPCs (#8482)

This commit is contained in:
Azcobu
2021-10-15 09:25:51 +10:30
committed by GitHub
parent d3b22bee65
commit ac119623b3

View File

@@ -0,0 +1,8 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1634130719161646149');
-- Delete Plans: Corruption from various NPCs
DELETE FROM `creature_loot_template` WHERE `Entry` IN (10398, 10399, 10400, 10406, 10407, 10408, 10409, 10412, 10413, 10463, 10464) AND `Item` = 12830;
-- Delete Plans: Corruption from RLT 24709
DELETE FROM `reference_loot_template` WHERE `Entry` = 24709 AND `Item` = 12830;