From c3ef4cf4e01a78a80a5dd61b643bcd0b2234a651 Mon Sep 17 00:00:00 2001 From: elthehablo <83884799+elthehablo@users.noreply.github.com> Date: Sun, 7 Apr 2024 14:28:44 +0200 Subject: [PATCH] init --- ..._0_creature_loot_template_Badge_of_Justice_Phase1.sql | 2 +- ...eature_loot_template_Badge_of_Justice_Phase1_down.sql | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/Bracket_70_2_1/sql/world/progression_0_creature_loot_template_Badge_of_Justice_Phase1.sql b/src/Bracket_70_2_1/sql/world/progression_0_creature_loot_template_Badge_of_Justice_Phase1.sql index 28d19236..727eb663 100644 --- a/src/Bracket_70_2_1/sql/world/progression_0_creature_loot_template_Badge_of_Justice_Phase1.sql +++ b/src/Bracket_70_2_1/sql/world/progression_0_creature_loot_template_Badge_of_Justice_Phase1.sql @@ -1,5 +1,5 @@ -- Remove Badge of Justice from Phase 1 Raids -DELETE FROM `creature_loot_template` WHERE `Entry` IN (17225, 15690, 15688, 15689, 16524, 15691, 17533, 18168, 17521, 16457, 15687, 16152, 21216, 21217, 21215, 21214, 21213, 21212, 19514, 19622, 19516, 18805) AND (`Item` IN (29434)); +DELETE FROM `creature_loot_template` WHERE `Entry` IN (17225, 15690, 15688, 15689, 16524, 15691, 17533, 18168, 17521, 16457, 15687, 16152, 21216, 21217, 21215, 21214, 21213, 21212, 19514, 19622, 19516, 18805, 17767, 17808, 17888, 17842, 17968) AND (`Item` IN (29434)); -- gruul loot nerfed DELETE FROM `creature_loot_template` WHERE (`Entry` = 19044); INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES diff --git a/src/Bracket_70_5/sql/world/progression_0_creature_loot_template_Badge_of_Justice_Phase1_down.sql b/src/Bracket_70_5/sql/world/progression_0_creature_loot_template_Badge_of_Justice_Phase1_down.sql index 1fca6454..8ad71f31 100644 --- a/src/Bracket_70_5/sql/world/progression_0_creature_loot_template_Badge_of_Justice_Phase1_down.sql +++ b/src/Bracket_70_5/sql/world/progression_0_creature_loot_template_Badge_of_Justice_Phase1_down.sql @@ -1,5 +1,5 @@ -- Restore Badge of Justice from Phase 1 Raids -DELETE FROM `creature_loot_template` WHERE `Entry` IN (17225, 15690, 15688, 15689, 16524, 15691, 17533, 18168, 17521, 16457, 15687, 16152, 19044, 18831, 17257, 21216, 21217, 21215, 21214, 21213, 21212, 19514, 19622, 19516, 18805) AND (`Item` IN (29434)); +DELETE FROM `creature_loot_template` WHERE `Entry` IN (17225, 15690, 15688, 15689, 16524, 15691, 17533, 18168, 17521, 16457, 15687, 16152, 19044, 18831, 17257, 21216, 21217, 21215, 21214, 21213, 21212, 19514, 19622, 19516, 18805, 17767, 17808, 17888, 17842, 17968) AND (`Item` IN (29434)); INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES (17257, 29434, 0, 100, 0, 1, 0, 3, 3, 'Magtheridon - Badge of Justice'), (18831, 29434, 0, 100, 0, 1, 0, 2, 2, 'High King Maulgar - Badge of Justice'), @@ -25,4 +25,9 @@ INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `Q (19514, 29434, 0, 100, 0, 1, 0, 2, 2, 'Al\'ar - Badge of Justice'), (19622, 29434, 0, 100, 0, 1, 0, 2, 2, 'Kael\'thas - Badge of Justice'), (19516, 29434, 0, 100, 0, 1, 0, 2, 2, 'Void Reaver - Badge of Justice'), -(18805, 29434, 0, 100, 0, 1, 0, 2, 2, 'Solarian - Badge of Justice'); +(18805, 29434, 0, 100, 0, 1, 0, 2, 2, 'Solarian - Badge of Justice'), +(17767, 29434, 0, 100, 0, 1, 0, 2, 2, 'Rage Winterchill - Badge of Justice'), +(17808, 29434, 0, 100, 0, 1, 0, 2, 2, 'Anetheron - Badge of Justice'), +(17888, 29434, 0, 100, 0, 1, 0, 2, 2, 'Kaz\'rogal - Badge of Justice'), +(17842, 29434, 0, 100, 0, 1, 0, 2, 2, 'Azgalor - Badge of Justice'), +(17968, 29434, 0, 100, 0, 1, 0, 2, 2, 'Archimonde - Badge of Justice');