Phase Draenei at Forest Song in Ashenvale (#863)

added to optional_vanilla_phasing
This commit is contained in:
Grimfeather
2025-11-17 15:25:08 +01:00
committed by GitHub
parent 9bfb2b06c5
commit 3981d381ee
3 changed files with 15 additions and 0 deletions

View File

@@ -73,6 +73,11 @@ UPDATE `creature_template` SET `ScriptName` = 'npc_ipp_tbc' WHERE `entry` IN (
37915 -- Timothy Cunningham, The Bulwark, Flight Master
);
SET @IPPPHASE := 65536;
-- Forest Song - Ashenvale - Draenei camp
UPDATE `creature` SET `phaseMask` = @IPPPHASE WHERE `id1` IN (17291, 17303, 17406, 17409, 17412, 17541, 22935, 22936);
/* Remove interactions between Cersei, Lorrin and the orcs in Stonard */
UPDATE `creature_template` SET `AIName` = '' WHERE `entry` IN (12807, 17109, 27705);