fix(Scripts/TempleOfAhnQiraj): Added missing doors. (#12734)

Fixes #12712
This commit is contained in:
UltraNix
2022-08-27 14:46:32 +02:00
committed by GitHub
parent e01ec7533e
commit 022a90cff4
5 changed files with 73 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
--
DELETE FROM `gameobject` WHERE `id` IN (180634,180635,180636);
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`) VALUES
(6680,180634,531,0,0,1,1,-8929.61,1344.38,-104.211,-2.43473,0,0,-0.938191,0.346119,604800,100,0,'',0),
(6683,180635,531,0,0,1,1,-9016.36,1330.68,-104.211,2.80125,0,0,0.985556,0.169351,604800,100,1,'',0),
(6686,180636,531,0,0,1,1,-8429.59,2048.81,153.309,-2.76634,0,0,-0.98245,0.186527,604800,100,1,'',0);