mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
DB/Templates: Correct 25 man loot IDs for Freya's chest based on the only actual parsed 25man chest there is. NOTE: This is not WDB data, merely guesswork.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- 25 man chest loot IDs
|
||||
UPDATE `gameobject_template` SET `data1`=26961 WHERE `entry`=194330;
|
||||
UPDATE `gameobject_template` SET `data1`=26960 WHERE `entry`=194329;
|
||||
UPDATE `gameobject_template` SET `data1`=26959 WHERE `entry`=194328;
|
||||
|
||||
Reference in New Issue
Block a user