mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
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:
@@ -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;
|
||||
Reference in New Issue
Block a user