TBC - Terrace of Light phasing (#860)

phasing Shattered Sun NPCs and game objects until TBC T5
This commit is contained in:
Grimfeather
2025-11-16 14:27:42 +01:00
committed by GitHub
parent a5c8e9e263
commit 1c74a9847b
4 changed files with 47 additions and 1 deletions

View File

@@ -63,6 +63,16 @@ UPDATE `creature_template` SET `ScriptName` = 'npc_ipp_tbc_t4' WHERE `entry` IN
-- Phasing TBC vendors and trainers - Copies are added to replace them until TBC T4.
UPDATE `creature_template` SET `ScriptName` = 'npc_ipp_tbc_t4' WHERE `entry` IN (18754, 18771, 19187, 21087);
-- TBC, Terrace of Light, phasing Shattered Sun offensive NPCs
UPDATE `creature` SET `phaseMask` = @IPPPHASE WHERE `id1` IN (24932, 25115, 25142, 25153, 25155);
-- TBC, Terrace of Light, phasing T5 game objects
UPDATE `gameobject_template` SET `ScriptName` = 'gobject_ipp_tbc_t4' WHERE `entry` IN
(187056, -- Shattrath portal to Isle of Quel'Danas
187345, -- Sunwell Plateau model
187356, -- Shattered Sun Banner
187357); -- Shattered Sun Banner
-- Phasing for General Tiras'alan and Dathris Sunstriker - prevent early access to Isle of Quel'Danas
UPDATE `creature_template` SET `ScriptName` = 'npc_ipp_tbc_t5' WHERE `entry` IN (25167, 18594);