diff --git a/sql/world/base/aq_attunement_drops.sql b/sql/world/base/aq_attunement_drops.sql index 27e37c3..8139baf 100644 --- a/sql/world/base/aq_attunement_drops.sql +++ b/sql/world/base/aq_attunement_drops.sql @@ -1,7 +1,7 @@ -- Fix drop rate for Nightmare_corruption -UPDATE `creature_loot_template` SET `Chance` = 1 WHERE `Item` = 21146; -UPDATE `creature_loot_template` SET `Chance` = 1 WHERE `Item` = 21147; -UPDATE `creature_loot_template` SET `Chance` = 1 WHERE `Item` = 21148; +UPDATE `creature_loot_template` SET `Chance` = 5 WHERE `Item` = 21146; +UPDATE `creature_loot_template` SET `Chance` = 5 WHERE `Item` = 21147; +UPDATE `creature_loot_template` SET `Chance` = 5 WHERE `Item` = 21148; -- FIx drop rate for Narain's Scrying Goggles UPDATE `creature_loot_template` SET `Chance` = 2 WHERE `Item` = 20951; \ No newline at end of file