move outland map phasing to correct file

This commit is contained in:
valsan-azerty-boi
2025-06-12 13:14:41 +02:00
parent 505c8ee883
commit dd5c12c57f
2 changed files with 3 additions and 3 deletions

View File

@@ -89,9 +89,6 @@ WHERE `map` = 0 AND `id` = 184463; -- Karazhan meeting stone
UPDATE `gameobject` SET `ScriptName` = 'gobject_ipp_tbc'
WHERE `map` = 1 AND `id` = 182560; -- Time cavern meeting stone
/* Outland map outside Dark Portal */
UPDATE `gameobject` SET `ScriptName` = 'gobject_ipp_tbc' WHERE `guid` = 42457;
/* Remove interactions between Cersei, Lorrin and the orcs in Stonard */
UPDATE `creature_template` SET `AIName` = '' WHERE `entry` IN (12807, 17109, 27705);