mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
DB/Loot: Ulduar - Steelbreaker: Fix wrong id for loot of Belt of the Crystal Tree
closes #30224 by jildor
This commit is contained in:
2
sql/updates/world/3.3.5/2024_09_11_00_world.sql
Normal file
2
sql/updates/world/3.3.5/2024_09_11_00_world.sql
Normal 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;
|
||||
Reference in New Issue
Block a user