DB/Loot: Chimaeon will now correctly drop 2 items on heroic difficulty and removed incorrect token drops from Magmaw

This commit is contained in:
Ovahlord
2020-09-28 20:01:51 +02:00
parent 84760e8a10
commit 9bf4685de7

View 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;