From 9c665793a62e6a3d53276f7314159f17b23dc8d2 Mon Sep 17 00:00:00 2001 From: Zenslash <34547317+Zenslash@users.noreply.github.com> Date: Wed, 7 Jul 2021 13:40:44 +0300 Subject: [PATCH] fix(DB/Loot): Revenge of Gann (Part 1) Quest Drop Rate (#6665) --- .../rev_1625127147985789300.sql | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1625127147985789300.sql diff --git a/data/sql/updates/pending_db_world/rev_1625127147985789300.sql b/data/sql/updates/pending_db_world/rev_1625127147985789300.sql new file mode 100644 index 000000000..3b15fd9d9 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1625127147985789300.sql @@ -0,0 +1,25 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1625127147985789300'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 3376) AND (`Item` IN (5017, 5018, 5019)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(3376, 5017, 0, 28, 1, 1, 0, 1, 1, 'Bael\'dun Soldier - Nitroglycerin'), +(3376, 5018, 0, 28, 1, 1, 0, 1, 1, 'Bael\'dun Soldier - Wood Pulp'), +(3376, 5019, 0, 28, 1, 1, 0, 1, 1, 'Bael\'dun Soldier - Sodium Nitrate'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 3377) AND (`Item` IN (5017, 5018, 5019)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(3377, 5017, 0, 29, 1, 1, 0, 1, 1, 'Bael\'dun Rifleman - Nitroglycerin'), +(3377, 5018, 0, 29, 1, 1, 0, 1, 1, 'Bael\'dun Rifleman - Wood Pulp'), +(3377, 5019, 0, 29, 1, 1, 0, 1, 1, 'Bael\'dun Rifleman - Sodium Nitrate'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 3378) AND (`Item` IN (5017, 5018, 5019)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(3378, 5017, 0, 28, 1, 1, 0, 1, 1, 'Bael\'dun Officer - Nitroglycerin'), +(3378, 5018, 0, 28, 1, 1, 0, 1, 1, 'Bael\'dun Officer - Wood Pulp'), +(3378, 5019, 0, 27, 1, 1, 0, 1, 1, 'Bael\'dun Officer - Sodium Nitrate'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 6668) AND (`Item` IN (5017, 5018, 5019)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(6668, 5017, 0, 7, 1, 1, 0, 1, 1, 'Lord Cyrik Blackforge - Nitroglycerin'), +(6668, 5018, 0, 7, 1, 1, 0, 1, 1, 'Lord Cyrik Blackforge - Wood Pulp'), +(6668, 5019, 0, 7, 1, 1, 0, 1, 1, 'Lord Cyrik Blackforge - Sodium Nitrate');