From b488294cbdb56aad283e51a0f5a2112444a6283b Mon Sep 17 00:00:00 2001 From: Grimfeather <88028633+Grimfeather@users.noreply.github.com> Date: Sun, 8 Jun 2025 04:28:34 +0200 Subject: [PATCH] Update ipp_aware_npcs.sql can't use new method for npc trainers --- sql/world/base/ipp_aware_npcs.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sql/world/base/ipp_aware_npcs.sql b/sql/world/base/ipp_aware_npcs.sql index 273151e..bc16d46 100644 --- a/sql/world/base/ipp_aware_npcs.sql +++ b/sql/world/base/ipp_aware_npcs.sql @@ -55,6 +55,9 @@ UPDATE `gameobject_template` SET `ScriptName` = 'gobject_ipp_wotlk' WHERE `entry -- Phasing Zul'Aman quest npcs until TBC T4. UPDATE `creature_template` SET `ScriptName` = 'npc_ipp_tbc_t4' WHERE `entry` IN (19227, 23761); +-- 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); + -- 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);