mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
move outland map phasing to correct file
This commit is contained in:
@@ -325,3 +325,6 @@ INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `positio
|
||||
(6400190, 1, -11891.9, -3211.69, -14.6478, NULL, 0, 0, 0, 100, 0),
|
||||
(6400190, 2, -11847.1, -3205.97, -28.9958, NULL, 0, 1, 0, 100, 0),
|
||||
(6400190, 3, -11842.5, -3223.27, -28.9624, NULL, 30000, 1, 0, 100, 0);
|
||||
|
||||
/* Outland map outside Dark Portal */
|
||||
UPDATE `gameobject` SET `ScriptName` = 'gobject_ipp_tbc' WHERE `guid` = 42457;
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user