diff --git a/sql/world/base/zone_silithus.sql b/sql/world/base/aq_gate_quest.sql similarity index 87% rename from sql/world/base/zone_silithus.sql rename to sql/world/base/aq_gate_quest.sql index f4437ff..1fe7dbc 100644 --- a/sql/world/base/zone_silithus.sql +++ b/sql/world/base/aq_gate_quest.sql @@ -39,3 +39,11 @@ SET @STRING_ENTRY := 41100; DELETE FROM `acore_string` WHERE `entry` IN (@STRING_ENTRY); INSERT INTO `acore_string` (`entry`, `content_default`) VALUES (@STRING_ENTRY, '%s, Champion of the Bronze Dragonflight, has rung the Scarab Gong. The ancient gates of Ahn''Qiraj open, revealing the horrors of a forgotten war...'); + +-- Fix drop rate for Nightmare_corruption +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;