From 97e475ae9fab6c8d16b138221381b20bede0edf9 Mon Sep 17 00:00:00 2001 From: neifion-00000000 <91289495+neifion-00000000@users.noreply.github.com> Date: Fri, 31 Mar 2023 20:46:58 -0500 Subject: [PATCH] fix(DB/Loot): Harbinger Skyriss Normal Loot (#15752) * fix(db/loot): Harbinger Skyriss Normal Loot * Update data/sql/updates/pending_db_world/rev_1680298149569301100.sql --- .../sql/updates/pending_db_world/rev_1680298149569301100.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1680298149569301100.sql diff --git a/data/sql/updates/pending_db_world/rev_1680298149569301100.sql b/data/sql/updates/pending_db_world/rev_1680298149569301100.sql new file mode 100644 index 000000000..541d27918 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1680298149569301100.sql @@ -0,0 +1,5 @@ +-- +-- Harbinger Skyriss Normal Loot +UPDATE `reference_loot_template` SET `GroupId`=3 WHERE `Entry`=25004 AND `Item` IN (28413, 28414, 28415, 28416, 28418, 28419); +DELETE FROM `creature_loot_template` WHERE `Entry`=20912 AND `Item`=25004 AND `Reference`=25004 AND `GroupId`=3; +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES (20912, 25004, 25004, 100, 0, 1, 3, 1, 1, 'Harbinger Skyriss - High Value Table (ReferenceTable)');