From fd8b44221b1400cd0fa14556958b3e30d22ebfaa Mon Sep 17 00:00:00 2001 From: elthehablo <83884799+elthehablo@users.noreply.github.com> Date: Sun, 7 Apr 2024 14:13:51 +0200 Subject: [PATCH] initial --- .../sql/world/progression_70_3_1_loot_t5.sql | 6 +++++ .../world/progression_70_3_1_loot_t5_down.sql | 26 +++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 src/Bracket_70_6_1/sql/world/progression_70_3_1_loot_t5_down.sql 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 index bcdcfdb1..19be1c0b 100644 --- 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 @@ -18,3 +18,9 @@ INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `Q DELETE FROM `creature_loot_template` WHERE (`Entry` = 19622) AND (`Item` IN (34056)); INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES (19622, 34056, 34056, 100, 0, 1, 3, 1, 2, 'Kael\'thas Sunstrider - (ReferenceTable)'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 17842) AND (`Item` IN (34067)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES (17842, 34067, 34067, 100, 0, 1, 1, 1, 2, 'Azgalor - (ReferenceTable)'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 17968) AND (`Item` IN (34068)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES (17968, 34068, 34068, 100, 0, 1, 0, 1, 2, 'Archimonde - (ReferenceTable)'); diff --git a/src/Bracket_70_6_1/sql/world/progression_70_3_1_loot_t5_down.sql b/src/Bracket_70_6_1/sql/world/progression_70_3_1_loot_t5_down.sql new file mode 100644 index 00000000..09e85e58 --- /dev/null +++ b/src/Bracket_70_6_1/sql/world/progression_70_3_1_loot_t5_down.sql @@ -0,0 +1,26 @@ +-- +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)'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 19516) AND (`Item` IN (34054)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(19516, 34054, 34054, 100, 0, 1, 0, 1, 3, 'Void Reaver - (ReferenceTable)'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 19622) AND (`Item` IN (34056)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(19622, 34056, 34056, 100, 0, 1, 3, 1, 3, 'Kael\'thas Sunstrider - (ReferenceTable)'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 17842) AND (`Item` IN (34067)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES (17842, 34067, 34067, 100, 0, 1, 1, 1, 3, 'Azgalor - (ReferenceTable)'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 17968) AND (`Item` IN (34068)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES (17968, 34068, 34068, 100, 0, 1, 0, 1, 3, 'Archimonde - (ReferenceTable)'); \ No newline at end of file