From 97b26c4e8b3e79e1f247c9b708995fcb47e72594 Mon Sep 17 00:00:00 2001 From: Davis Jackson <73562912+warcrafter16@users.noreply.github.com> Date: Sat, 28 Jan 2023 05:04:45 -0500 Subject: [PATCH] fix(DB/reference_loot_template): Adjusted raptor drops (#13204) --- data/sql/updates/pending_db_world/MottRaptor.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/MottRaptor.sql diff --git a/data/sql/updates/pending_db_world/MottRaptor.sql b/data/sql/updates/pending_db_world/MottRaptor.sql new file mode 100644 index 000000000..c1854c4ae --- /dev/null +++ b/data/sql/updates/pending_db_world/MottRaptor.sql @@ -0,0 +1,3 @@ + +DELETE FROM `reference_loot_template` WHERE `entry` = 45002 AND `item` in (24063, 24065); +INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES (45002, 24063, 24063, 3, 0, 1, 1, 1, 1, '(ReferenceTable)');