mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Update ipp_aware_npcs.sql
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user