mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 08:28:57 +01:00
DB/GameObjects: move the Deeprun Tram transports back to database
This commit is contained in:
19
sql/updates/world/4.3.4/2022_06_20_00_world.sql
Normal file
19
sql/updates/world/4.3.4/2022_06_20_00_world.sql
Normal file
@@ -0,0 +1,19 @@
|
||||
DELETE FROM `world_map_template` WHERE `ScriptName`= 'world_map_deeprun_tram';
|
||||
|
||||
DELETE FROM `gameobject` WHERE `guid` IN (18802, 18803, 18804, 18805, 18806, 18807);
|
||||
DELETE FROM `gameobject_addon` WHERE `guid` IN (18802, 18803, 18804, 18805, 18806, 18807);
|
||||
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseId`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(18802, 176080, 369, 0, 0, 1, 169, 4.58065, 28.2097, 7.01107, 1.5708, 0, 0, 0.7071066, 0.70710695, 120, 0, 24, '', 15211),
|
||||
(18803, 176081, 369, 0, 0, 1, 169, 4.52807, 8.43529, 7.01107, 1.5708, 0, 0, 0.7071066, 0.70710695, 120, 0, 24, '', 15211),
|
||||
(18804, 176082, 369, 0, 0, 1, 169, -45.4005, 2492.79, 6.9886, 1.5708, 0, 0, 0.7071066, 0.70710695, 120, 0, 24, '', 15211),
|
||||
(18805, 176083, 369, 0, 0, 1, 169, -45.4007, 2512.15, 6.9886, 1.5708, 0, 0, 0.7071066, 0.70710695, 120, 0, 24, '', 15211),
|
||||
(18806, 176084, 369, 0, 0, 1, 169, -45.3934, 2472.93, 6.9886, 1.5708, 0, 0, 0.7071066, 0.70710695, 120, 0, 24, '', 15211),
|
||||
(18807, 176085, 369, 0, 0, 1, 169, 4.49883, -11.3475, 7.01107, 1.5708, 0, 0, 0.7071066, 0.70710695, 120, 0, 24, '', 15211);
|
||||
|
||||
INSERT INTO `gameobject_addon` (`guid`, `parent_rotation2`, `parent_rotation3`) VALUES
|
||||
(18802, 1, -0.0000000437114),
|
||||
(18803, 1, -0.0000000437114),
|
||||
(18804, 1, -0.0000000437114),
|
||||
(18805, 1, -0.0000000437114),
|
||||
(18806, 1, -0.0000000437114),
|
||||
(18807, 1, -0.0000000437114);
|
||||
Reference in New Issue
Block a user