diff options
author | Jildor <Jildor@users.noreply.github.com> | 2022-11-01 20:29:10 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2023-01-12 22:55:16 +0100 |
commit | ae3071c35887bf697c45b8c1ccef84e84bf3c530 (patch) | |
tree | c25330adc5fc8988eb8e133fc4cadbec502d6fd3 /sql | |
parent | 020eed3db382a80fbc1868e2d10f11e15c9e12e7 (diff) |
DB/Loot: Ulduar - Hodir: Rare Cache of Winter: Fix wrong id for loot of Fragment of Val'anyr
Closes #28185
(cherry picked from commit 2620867bb30e92a115f60a1f5691948d940fa782)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2023_01_12_11_world_2022_11_01_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_01_12_11_world_2022_11_01_01_world.sql b/sql/updates/world/master/2023_01_12_11_world_2022_11_01_01_world.sql new file mode 100644 index 00000000000..67fb585d7e3 --- /dev/null +++ b/sql/updates/world/master/2023_01_12_11_world_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; |