diff --git a/src/Bracket_70_3_1/sql/world/progression_70_3_1_loot_t5.sql b/src/Bracket_70_3_1/sql/world/progression_70_3_1_loot_t5.sql new file mode 100644 index 00000000..c557b20f --- /dev/null +++ b/src/Bracket_70_3_1/sql/world/progression_70_3_1_loot_t5.sql @@ -0,0 +1,12 @@ +-- +DELETE FROM `creature_loot_template` WHERE (`Entry` = 21215) AND (`Item` IN (34059)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(21215, 34059, 34059, 100, 0, 1, 0, 1, 2, 'Leotheras the Blind - (ReferenceTable)'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 21214) AND (`Item` IN (34060)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(21214, 34060, 34060, 100, 0, 1, 0, 1, 2, 'Fathom-Lord Karathress - (ReferenceTable)'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 21212) AND (`Item` IN (34062)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(21212, 34062, 34062, 100, 0, 1, 3, 1, 2, 'Lady Vashj - (ReferenceTable)'); diff --git a/src/Bracket_80_1/sql/world/progression_70_3_1_loot_t5_down.sql b/src/Bracket_80_1/sql/world/progression_70_3_1_loot_t5_down.sql new file mode 100644 index 00000000..453c51a8 --- /dev/null +++ b/src/Bracket_80_1/sql/world/progression_70_3_1_loot_t5_down.sql @@ -0,0 +1,12 @@ +-- +DELETE FROM `creature_loot_template` WHERE (`Entry` = 21215) AND (`Item` IN (34059)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(21215, 34059, 34059, 100, 0, 1, 0, 1, 3, 'Leotheras the Blind - (ReferenceTable)'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 21214) AND (`Item` IN (34060)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(21214, 34060, 34060, 100, 0, 1, 0, 1, 3, 'Fathom-Lord Karathress - (ReferenceTable)'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 21212) AND (`Item` IN (34062)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(21212, 34062, 34062, 100, 0, 1, 3, 1, 3, 'Lady Vashj - (ReferenceTable)');