mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Loot: Ulduar - Freya: Freya's Gift (2 Elder): Fix wrong id for loot of Fragment of Val'anyr
Closes #28186
This commit is contained in:
4
sql/updates/world/3.3.5/2022_11_01_02_world.sql
Normal file
4
sql/updates/world/3.3.5/2022_11_01_02_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- Remove wrong Ulduar Recipes from Kologarn 10N Chest
|
||||
DELETE FROM `gameobject_loot_template` WHERE `Entry`=27061 AND `Reference`=34154;
|
||||
-- Ulduar - Freya: Freya's Gift 25 (2 Elder): Fix wrong id for loot of Fragment of Val'anyr
|
||||
UPDATE `gameobject_loot_template` SET `Entry`=26961 WHERE `Entry`=27061 AND `Item`=45038;
|
||||
Reference in New Issue
Block a user