Update and rename zone_silithus.sql to aq_gate_quest.sql

zone_silithus was all about the aq gate opening.

moved related code to the same file.
This commit is contained in:
Grimfeather
2025-05-11 13:03:55 +02:00
committed by GitHub
parent 3c18663742
commit 12518ccba6

View File

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