mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
DB/Loot: Chimaeon will now correctly drop 2 items on heroic difficulty and removed incorrect token drops from Magmaw
This commit is contained in:
3
sql/updates/world/4.3.4/2020_09_28_01_world.sql
Normal file
3
sql/updates/world/4.3.4/2020_09_28_01_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
UPDATE `creature_loot_template` SET `MinCount`= 2, `MaxCount`= 2 WHERE `Entry`= 47775 AND `Reference`= 477750;
|
||||
DELETE FROM `reference_loot_template` WHERE `Entry`= 511021;
|
||||
DELETE FROM `creature_loot_template` WHERE `Reference`= 511021;
|
||||
Reference in New Issue
Block a user