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:
Jildor
2022-11-01 20:30:58 +01:00
committed by Killyana
parent 2620867bb3
commit 3667bcf38d

View 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;