From d2c2fe524ab00c3cda9b7cac330f43ee997aa19b Mon Sep 17 00:00:00 2001 From: Grimfeather <88028633+Grimfeather@users.noreply.github.com> Date: Thu, 22 Aug 2024 05:26:43 +0200 Subject: [PATCH] Update ipp_aware_npcs.sql Added Nakodu, Lower City Vendor --- sql/world/base/ipp_aware_npcs.sql | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sql/world/base/ipp_aware_npcs.sql b/sql/world/base/ipp_aware_npcs.sql index c023228..eac0c4d 100644 --- a/sql/world/base/ipp_aware_npcs.sql +++ b/sql/world/base/ipp_aware_npcs.sql @@ -32,9 +32,12 @@ UPDATE `creature_template` SET `ScriptName` = 'npc_ipp_tbc_t4' WHERE `entry` IN -- 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); --- Phasing Darmari - sells LW recipes that should not be available until TBC T4 - Copy of her is added to replace her until TBC T4. +-- Phasing Darmari - trains LW recipes that should not be available until TBC T4 - Copy of her is added to replace her until TBC T4. UPDATE `creature_template` SET `ScriptName` = 'npc_ipp_tbc_t4' WHERE `entry` = 19187; +-- Phasing Nakodu - sells LW recipe that should not be available until TBC T4 - Copy of him is added to replace him until TBC T4. +UPDATE `creature_template` SET `ScriptName` = 'npc_ipp_tbc_t4' WHERE `entry` = 21655; + -- Argent Tournament UPDATE `creature` SET `phaseMask` = @IPPPHASE WHERE `guid` IN (25, 63129, 63236, 63370, 63371, 65274, 65275, 65283, 65284, 65285, 65325, 65327, 65350, 65351, 65371, 65451, 65522, 65523, 65526, 65901, 66478, 66479, 66741, 66753, 66788, 66790, 66792, 66910, 66941, 67185, 67187, 68005, 68457, 68583, 68906, 68941, 68947, 68987, 68989, 68990, 69010,