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 600b850f..3a573195 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) 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) 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 91960530..c6575231 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) 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) 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'), @@ -15,4 +15,10 @@ INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `Q (15688, 29434, 0, 100, 0, 1, 0, 2, 2, 'Terestian Illhoof - Badge of Justice'), (15690, 29434, 0, 100, 0, 1, 0, 3, 3, 'Prince Malchezaar - Badge of Justice'), (17225, 29434, 0, 100, 0, 1, 0, 2, 2, 'Nightbane - Badge of Justice'), -(17533, 29434, 0, 100, 0, 1, 0, 1, 1, 'Romulo - Badge of Justice'); +(17533, 29434, 0, 100, 0, 1, 0, 1, 1, 'Romulo - Badge of Justice'), +(21216, 29434, 0, 100, 0, 1, 0, 2, 2, 'Hydross - Badge of Justice'), +(21217, 29434, 0, 100, 0, 1, 0, 2, 2, 'The Lurker Below - Badge of Justice'), +(21215, 29434, 0, 100, 0, 1, 0, 2, 2, 'Leotheras - Badge of Justice'), +(21214, 29434, 0, 100, 0, 1, 0, 2, 2, 'Fathom-Lord Karathress - Badge of Justice'), +(21213, 29434, 0, 100, 0, 1, 0, 2, 2, 'Morogrim - Badge of Justice'), +(21212, 29434, 0, 100, 0, 1, 0, 2, 2, 'Lady Vashj - Badge of Justice');