WotLK Vendor progression fixes

This commit is contained in:
郑佩茹
2022-10-07 14:07:59 -06:00
parent 4fb1a9e498
commit f8a4ff57a3
2 changed files with 10 additions and 2 deletions

View File

@@ -17,9 +17,10 @@ UPDATE `creature_template` SET `ScriptName` = 'npc_ipp_wotlk' WHERE `entry` IN (
UPDATE `creature_template` SET `ScriptName` = 'npc_ipp_wotlk_ulduar' WHERE `entry` IN (34252);
UPDATE `creature_template` SET `ScriptName` = 'npc_ipp_wotlk_totc' WHERE `entry` IN (35498, 35577, 35496, 36208, 35500, 35497, 34244);
UPDATE `creature_template` SET `ScriptName` = 'npc_ipp_wotlk_totc' WHERE `entry` IN (35498, 35577, 35496, 36208, 35500, 35497, 34244, 28701);
UPDATE `creature_template` SET `ScriptName` = 'npc_ipp_wotlk_icc' WHERE `entry` IN (37776, 40160);
# TODO: Harold Winston (32172) has rings from all patches, so he needs special phasing applied - for now make him require ICC progression
UPDATE `creature_template` SET `ScriptName` = 'npc_ipp_wotlk_icc' WHERE `entry` IN (37776, 40160, 37780, 32172);
UPDATE `gameobject_template` SET `ScriptName` = 'gobject_ipp_tbc' WHERE `entry` IN (195141);

View File

@@ -0,0 +1,7 @@
-- Restore vendors to use pre-3.2 gems
UPDATE `npc_vendor` SET `item`='36919' WHERE `entry`=32172 AND `item`=36918 AND `ExtendedCost`=2706;
UPDATE `npc_vendor` SET `item`='36922' WHERE `entry`=32172 AND `item`=36921 AND `ExtendedCost`=2706;
UPDATE `npc_vendor` SET `item`='36925' WHERE `entry`=32172 AND `item`=36924 AND `ExtendedCost`=2706;
UPDATE `npc_vendor` SET `item`='36928' WHERE `entry`=32172 AND `item`=36927 AND `ExtendedCost`=2484;
UPDATE `npc_vendor` SET `item`='36931' WHERE `entry`=32172 AND `item`=36930 AND `ExtendedCost`=2484;
UPDATE `npc_vendor` SET `item`='36934' WHERE `entry`=32172 AND `item`=36933 AND `ExtendedCost`=2484;