Skip to content

Commit

Permalink
fix: progression loot maulgar magtheridon and gruul (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
Annamaria-CC authored Aug 3, 2023
1 parent d0ad7a1 commit 8d1e15d
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,2 +1,27 @@
-- 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, 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) 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
(19044, 31750, 0, 100, 1, 1, 0, 1, 1, 'Gruul the Dragonkiller - Earthen Signet'),
(19044, 34051, 34051, 100, 0, 1, 2, 1, 2, 'Gruul the Dragonkiller - (ReferenceTable)'),
(19044, 190039, 34051, 100, 0, 1, 1, 1, 1, 'Gruul the Dragonkiller - (ReferenceTable)');
-- maulgar loot nerfed
DELETE FROM `creature_loot_template` WHERE (`Entry` = 18831);
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
(18831, 28795, 0, 0, 0, 1, 1, 1, 1, 'High King Maulgar - Bladespire Warbands'),
(18831, 28796, 0, 0, 0, 1, 1, 1, 1, 'High King Maulgar - Malefic Mask of the Shadows'),
(18831, 28797, 0, 0, 0, 1, 1, 1, 1, 'High King Maulgar - Brute Cloak of the Ogre-Magi'),
(18831, 28799, 0, 0, 0, 1, 1, 1, 1, 'High King Maulgar - Belt of Divine Inspiration'),
(18831, 28800, 0, 0, 0, 1, 1, 1, 1, 'High King Maulgar - Hammer of the Naaru'),
(18831, 28801, 0, 0, 0, 1, 1, 1, 1, 'High King Maulgar - Maulgar\'s Warhelm'),
(18831, 34050, 34050, 100, 0, 1, 1, 1, 1, 'High King Maulgar - (ReferenceTable)');
-- matheridon loot nerfed
DELETE FROM `creature_loot_template` WHERE (`Entry` = 17257);
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
(17257, 32385, 0, 100, 0, 1, 0, 1, 1, 'Magtheridon - Magtheridon\'s Head'),
(17257, 32386, 0, 100, 0, 1, 0, 1, 1, 'Magtheridon - Magtheridon\'s Head'),
(17257, 34039, 34039, 100, 0, 1, 1, 1, 1, 'Magtheridon - (ReferenceTable)'),
(17257, 34845, 0, 100, 0, 1, 0, 1, 1, 'Magtheridon - Pit Lord\'s Satchel'),
(17257, 34846, 0, 100, 0, 1, 0, 1, 1, 'Magtheridon - Black Sack of Gems'),
(17257, 90039, 34039, 100, 0, 1, 2, 1, 2, 'Magtheridon - (ReferenceTable)');
24 changes: 24 additions & 0 deletions src/Bracket_70_3_1/sql/world/progression_70_3_1_unnerf_t4_loot.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
DELETE FROM `creature_loot_template` WHERE (`Entry` = 18831);
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
(18831, 28795, 0, 0, 0, 1, 1, 1, 1, 'High King Maulgar - Bladespire Warbands'),
(18831, 28796, 0, 0, 0, 1, 1, 1, 1, 'High King Maulgar - Malefic Mask of the Shadows'),
(18831, 28797, 0, 0, 0, 1, 1, 1, 1, 'High King Maulgar - Brute Cloak of the Ogre-Magi'),
(18831, 28799, 0, 0, 0, 1, 1, 1, 1, 'High King Maulgar - Belt of Divine Inspiration'),
(18831, 28800, 0, 0, 0, 1, 1, 1, 1, 'High King Maulgar - Hammer of the Naaru'),
(18831, 28801, 0, 0, 0, 1, 1, 1, 1, 'High King Maulgar - Maulgar\'s Warhelm'),
(18831, 34050, 34050, 100, 0, 1, 1, 1, 2, 'High King Maulgar - (ReferenceTable)');

DELETE FROM `creature_loot_template` WHERE (`Entry` = 19044);
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
(19044, 31750, 0, 100, 1, 1, 0, 1, 1, 'Gruul the Dragonkiller - Earthen Signet'),
(19044, 34051, 34051, 100, 0, 1, 2, 1, 2, 'Gruul the Dragonkiller - (ReferenceTable)'),
(19044, 190039, 34051, 100, 0, 1, 1, 1, 2, 'Gruul the Dragonkiller - (ReferenceTable)');

DELETE FROM `creature_loot_template` WHERE (`Entry` = 17257);
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
(17257, 32385, 0, 100, 0, 1, 0, 1, 1, 'Magtheridon - Magtheridon\'s Head'),
(17257, 32386, 0, 100, 0, 1, 0, 1, 1, 'Magtheridon - Magtheridon\'s Head'),
(17257, 34039, 34039, 100, 0, 1, 1, 1, 1, 'Magtheridon - (ReferenceTable)'),
(17257, 34845, 0, 100, 0, 1, 0, 1, 1, 'Magtheridon - Pit Lord\'s Satchel'),
(17257, 34846, 0, 100, 0, 1, 0, 1, 1, 'Magtheridon - Black Sack of Gems'),
(17257, 90039, 34039, 100, 0, 1, 2, 2, 2, 'Magtheridon - (ReferenceTable)');

0 comments on commit 8d1e15d

Please sign in to comment.