chore(DB): import pending files

Referenced commit(s): 331fab95fb
This commit is contained in:
AzerothCoreBot
2022-09-08 14:27:40 +00:00
parent 331fab95fb
commit d40e3340fb

View File

@@ -0,0 +1,7 @@
-- DB update 2022_09_08_01 -> 2022_09_08_02
--
DELETE FROM `reference_loot_template` WHERE `Entry`=34024 AND `Item` BETWEEN 21281 AND 21283;
INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Chance`, `GroupId`, `Comment`) VALUES
(34024, 21281, 0, 3, 'Grimoire of Shadow Bolt X'),
(34024, 21282, 0, 3, 'Grimoire of Immolate VIII'),
(34024, 21283, 0, 3, 'Grimoire of Corruption VII');