aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJildor <Jildor@users.noreply.github.com>2022-11-01 20:32:46 +0100
committerKillyana <morphone1@gmail.com>2022-11-01 20:32:46 +0100
commit42cefa9f86a627ef70318131480c2d13f9bbf24b (patch)
tree3a176ba781fde2394eef2e54e37c212672370ba9
parent3667bcf38d4298bc28d521e54c30d50953cf1ff5 (diff)
DB/Loot: Ulduar: General Vezax 25 and Yogg-Saron 25 should drop Fragment of Val'anyr
Closes #28187
-rw-r--r--sql/updates/world/3.3.5/2022_11_01_03_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2022_11_01_03_world.sql b/sql/updates/world/3.3.5/2022_11_01_03_world.sql
new file mode 100644
index 00000000000..7a46ebda2e3
--- /dev/null
+++ b/sql/updates/world/3.3.5/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%)');