DB/Loot: Ulduar - Steelbreaker: Fix wrong id for loot of Belt of the Crystal Tree

closes #30224 by jildor
This commit is contained in:
Aokromes
2024-09-11 12:32:39 +02:00
committed by GitHub
parent da4312c58c
commit 3e9f8a721c

View File

@@ -0,0 +1,2 @@
-- Steelbreaker: Fix wrong itemId for Belt of the Crystal Tree
UPDATE creature_loot_template SET `Item`=45455 WHERE `entry`=32867 AND `Item`=25455;