diff options
author | Jildor <Jildor@users.noreply.github.com> | 2022-11-01 20:32:46 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2023-01-12 22:55:16 +0100 |
commit | 76d4ffe65f3d91c56aa22d7fb1c2e162479f33e1 (patch) | |
tree | 231f9016f7c5241e4160314eaa95f1a385499cc2 | |
parent | bc230894a8a72be188445c7ff94f175e920302e3 (diff) |
DB/Loot: Ulduar: General Vezax 25 and Yogg-Saron 25 should drop Fragment of Val'anyr
Closes #28187
(cherry picked from commit 42cefa9f86a627ef70318131480c2d13f9bbf24b)
-rw-r--r-- | sql/updates/world/master/2023_01_12_13_world_2022_11_01_03_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_01_12_13_world_2022_11_01_03_world.sql b/sql/updates/world/master/2023_01_12_13_world_2022_11_01_03_world.sql new file mode 100644 index 00000000000..7a46ebda2e3 --- /dev/null +++ b/sql/updates/world/master/2023_01_12_13_world_2022_11_01_03_world.sql @@ -0,0 +1,5 @@ +-- Ulduar - General Vezax 25 and Yogg-Saron 25 should drop Fragment of Val'anyr +DELETE FROM `creature_loot_template` WHERE `Entry` IN (33449,33955) AND `Item`=45038; +INSERT INTO `creature_loot_template` (`Entry`,`Item`,`Reference`,`Chance`,`QuestRequired`,`LootMode`,`GroupId`,`MinCount`,`MaxCount`,`Comment`) VALUES +(33449,45038,0,9,0,1,0,1,1,'General Vezax 25: Fragment of Val\'anyr'), +(33955,45038,0,100,0,1,0,1,1,'Yogg-Saron 25: Fragment of Val\'anyr Guaranteed (100%)'); |