diff options
author | Naddley <NaddleyTC@gmail.com> | 2024-09-04 02:04:58 +0200 |
---|---|---|
committer | Naddley <NaddleyTC@gmail.com> | 2024-09-04 02:04:58 +0200 |
commit | a31ed9dee90fdd70d1af68e861db2a383173b67e (patch) | |
tree | b8bd10d0030d57feb0b840816dabe565a9b25059 | |
parent | a3a3ed67316115a3740dae26371ae55e214a33af (diff) |
DB/Misc: Followup for a3a3ed6
-rw-r--r-- | sql/updates/world/master/2024_09_04_02_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/master/2024_09_04_02_world.sql b/sql/updates/world/master/2024_09_04_02_world.sql index 73be912d938..0b239db8970 100644 --- a/sql/updates/world/master/2024_09_04_02_world.sql +++ b/sql/updates/world/master/2024_09_04_02_world.sql @@ -97,7 +97,7 @@ INSERT INTO `creature_addon` (`guid`, `PathId`, `mount`, `StandState`, `AnimTier -- GameObject DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+90; INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES -(@OGUID+0, 413846, 2671, 14971, 15544, '1,2,8,23', '0', 0, -83.9275131225585937, 4.028554439544677734, 55.59196853637695312, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 7200, 255, 1, 56421); -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!! +(@OGUID+0, 413846, 2671, 14971, 15544, '1,2,8,23', '0', 0, -83.9275131225585937, 4.028554439544677734, 55.59196853637695312, 4.886923789978027343, 0, 0, -0.64278697967529296, 0.766044974327087402, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 - !!! on transport - transport template not found !!! (@OGUID+1, 428530, 2662, 14971, 15544, '1,2,8,23', '0', 0, 1383.9010009765625, -132.892364501953125, 8.923621177673339843, 0.785396754741668701, 0, 0, 0.38268280029296875, 0.923879802227020263, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 (@OGUID+2, 446513, 2662, 14971, 15544, '1,2,8,23', '0', 0, 1390.720458984375, -235.126739501953125, 1.354025483131408691, 0.773540377616882324, 0, 0, 0.377199172973632812, 0.926132142543792724, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 (@OGUID+3, 428530, 2662, 14971, 15544, '1,2,8,23', '0', 0, 1337.6875, -123.109382629394531, 8.530277252197265625, 2.268925428390502929, 0, 0, 0.906307220458984375, 0.422619491815567016, 7200, 255, 1, 56421), -- Collision (Area: Tenir's Ascent - Difficulty: Normal) CreateObject1 |