diff options
-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%)'); |