aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJildor <Jildor@users.noreply.github.com>2022-11-01 20:29:10 +0100
committerKillyana <morphone1@gmail.com>2022-11-01 20:29:10 +0100
commit2620867bb30e92a115f60a1f5691948d940fa782 (patch)
tree5546c5cb408fc0a468bb9929f2a2d0b031a57cb2
parent96396579ebb39b762286fbf7bdb6e0ed32049128 (diff)
DB/Loot: Ulduar - Hodir: Rare Cache of Winter: Fix wrong id for loot of Fragment of Val'anyr
Closes #28185
-rw-r--r--sql/updates/world/3.3.5/2022_11_01_01_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2022_11_01_01_world.sql b/sql/updates/world/3.3.5/2022_11_01_01_world.sql
new file mode 100644
index 00000000000..67fb585d7e3
--- /dev/null
+++ b/sql/updates/world/3.3.5/2022_11_01_01_world.sql
@@ -0,0 +1,2 @@
+-- Ulduar - Hodir: Rare Cache of Winter: Fix wrong id for loot of Fragment of Val'anyr
+UPDATE `gameobject_loot_template` SET `Item`=45038 WHERE `Entry`=26950 AND `Item`=45083;