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
(cherry picked from commit 3667bcf38d)
This commit is contained in:
@@ -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