mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
WotLK Vendor progression fixes
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
7
sql/world/base/wotlk_vendors.sql
Normal file
7
sql/world/base/wotlk_vendors.sql
Normal 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;
|
||||
Reference in New Issue
Block a user