From fc2ef979b11f15b3d829441909ae4e9925428a3b Mon Sep 17 00:00:00 2001 From: Angelo Venturini Date: Tue, 12 Dec 2023 18:28:44 -0300 Subject: [PATCH] fix: T5 tokens follow up (#368) --- .../sql/world/progression_70_3_1_loot_t5.sql | 8 ++++++++ .../sql/world/progression_70_3_1_loot_t5_down.sql | 8 ++++++++ 2 files changed, 16 insertions(+) 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 c557b20f..bcdcfdb1 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 @@ -10,3 +10,11 @@ INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `Q 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)'); + +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, 2, '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, 2, 'Kael\'thas Sunstrider - (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 index 453c51a8..ae3991c5 100644 --- 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 @@ -10,3 +10,11 @@ INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `Q 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)');