From 331fab95fbe7113daea6ac4ad725e2d5e176a1d9 Mon Sep 17 00:00:00 2001 From: Gultask <100873791+Gultask@users.noreply.github.com> Date: Thu, 8 Sep 2022 11:25:35 -0300 Subject: [PATCH] fix(DB/loot): Add missing Warlock grimoires to AQ20 loot (#12991) Create rev_1662632661986479800.sql --- .../updates/pending_db_world/rev_1662632661986479800.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1662632661986479800.sql diff --git a/data/sql/updates/pending_db_world/rev_1662632661986479800.sql b/data/sql/updates/pending_db_world/rev_1662632661986479800.sql new file mode 100644 index 000000000..a9d7667b7 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1662632661986479800.sql @@ -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');