Update ipp_aware_npcs.sql

This commit is contained in:
Grimfeather
2025-08-17 18:57:58 +02:00
committed by GitHub
parent 46e20ce777
commit 5d5a659e93

View File

@@ -43,7 +43,7 @@ UPDATE `gameobject_template` SET `ScriptName` = 'gobject_ipp_tbc' WHERE `entry`
-- Phasing Eye of the Storm Emissary until TBC -- Phasing Eye of the Storm Emissary until TBC
UPDATE `creature_template` SET `ScriptName` = 'npc_ipp_tbc' WHERE `entry` IN (22013, 22015); UPDATE `creature_template` SET `ScriptName` = 'npc_ipp_tbc' WHERE `entry` IN (22013, 22015);
UPDATE `gameobject_template` SET `ScriptName` = 'gobject_ipp_tbc' WHERE `entry` IN (185106); UPDATE `gameobject_template` SET `ScriptName` = 'gobject_ipp_tbc' WHERE `entry` IN (185106, 185107);
-- Phasing Strand of the Ancients Emissary until WotLK -- Phasing Strand of the Ancients Emissary until WotLK
UPDATE `creature_template` SET `ScriptName` = 'npc_ipp_wotlk' WHERE `entry` IN (30566, 30567); UPDATE `creature_template` SET `ScriptName` = 'npc_ipp_wotlk' WHERE `entry` IN (30566, 30567);