mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
DB/Loot : Updated Lootid for ICC 25 man and fix a wrong item while at it
Closes #2491
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-- Fix ICC 25 man loot:
|
||||
UPDATE `creature_template` SET `lootid`=100002 WHERE `entry` IN (37655,38031,38057,38058,38059,38062,38063,38072,38073,38074,38075,38076,38098,38099,38100,38101,38102,38108,38110,38139,38197,38198,38258,38418,38445,38446,38479,38480,38481);
|
||||
-- Fix itemid in the grey reference
|
||||
UPDATE `reference_loot_template` SET `item`=33364 WHERE `entry`=35063 AND `item`=33346;
|
||||
Reference in New Issue
Block a user