mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
fix(DB/loot): Add missing Warlock grimoires to AQ20 loot (#12991)
Create rev_1662632661986479800.sql
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
--
|
||||
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');
|
||||
Reference in New Issue
Block a user