From 9bf4685de7a81166500fbbcc8ecffbde90b45d0b Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Mon, 28 Sep 2020 20:01:51 +0200 Subject: [PATCH] DB/Loot: Chimaeon will now correctly drop 2 items on heroic difficulty and removed incorrect token drops from Magmaw --- sql/updates/world/4.3.4/2020_09_28_01_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/4.3.4/2020_09_28_01_world.sql diff --git a/sql/updates/world/4.3.4/2020_09_28_01_world.sql b/sql/updates/world/4.3.4/2020_09_28_01_world.sql new file mode 100644 index 00000000000..833b960f86f --- /dev/null +++ b/sql/updates/world/4.3.4/2020_09_28_01_world.sql @@ -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;