aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2018-12-09 08:49:56 +0100
committerShauren <shauren.trinity@gmail.com>2021-11-16 16:27:44 +0100
commit8c6995e9977c16a9d32fce604c2bf949b234b5a1 (patch)
tree8cc02ef161e0c170e506e7508d3a832b582316e4
parentb9c7b89c94189a4c2271f539f0326c82df896607 (diff)
DB/GameObjects: Add missing doors to AQ40
(cherry picked from commit 1ba09572b5a49d5cd247cdca47109d3325ec12f3)
-rw-r--r--sql/updates/world/master/2021_11_16_36_world_2018_12_09_00_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_16_36_world_2018_12_09_00_world.sql b/sql/updates/world/master/2021_11_16_36_world_2018_12_09_00_world.sql
new file mode 100644
index 00000000000..37ee68878af
--- /dev/null
+++ b/sql/updates/world/master/2021_11_16_36_world_2018_12_09_00_world.sql
@@ -0,0 +1,6 @@
+--
+DELETE FROM `gameobject` WHERE `guid` IN (6680,6683,6686);
+INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `phaseId`,`position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
+(6680, 180634, 531, 0, 0, '9', 0, -8929.61, 1344.38, -104.211, -2.43473, 0, 0, -0.938191, 0.346119, 604800, 100, 1, 0),
+(6683, 180635, 531, 0, 0, '9', 0, -9016.36, 1330.68, -104.211, 2.80125, 0, 0, 0.985556, 0.169351, 604800, 100, 1, 0),
+(6686, 180636, 531, 0, 0, '9', 0, -8429.59, 2048.81, 153.309, -2.76634, 0, 0, -0.98245, 0.186527, 604800, 100, 1, 0);