aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-11-14 16:26:58 +0100
committerShauren <shauren.trinity@gmail.com>2021-12-19 00:26:30 +0100
commit589bdfda6da1024da2acccb215ca1190a0428666 (patch)
treed988669281f055d9dfdcc7f9d84fc8a76d85cd6b
parentcc311dad62d425f5da71f0b907f6d0a64785d055 (diff)
DB/GameObject: Legion Communicator & Legion Communicator Aura
(cherry picked from commit e0edc20f8ff11c61df31bc78b22f50f156042fe3)
-rw-r--r--sql/updates/world/master/2021_12_18_65_world_2019_11_14_00_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_18_65_world_2019_11_14_00_world.sql b/sql/updates/world/master/2021_12_18_65_world_2019_11_14_00_world.sql
new file mode 100644
index 00000000000..65c83656e08
--- /dev/null
+++ b/sql/updates/world/master/2021_12_18_65_world_2019_11_14_00_world.sql
@@ -0,0 +1,5 @@
+--
+DELETE FROM `gameobject` WHERE `guid` IN (9266,9268) AND `id` IN (184072,184092);
+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
+(9266, 184072, 530, 3523, 3741, '0', 0, 4671.726, 2512.325, 240.0145, 0.802851, 0, 0, 0.3907309, 0.920505, 120, 255, 1, 15354), -- 184072 (Area: 3741 - Difficulty: 0)
+(9268, 184092, 530, 3523, 3741, '0', 0, 4671.729, 2512.325, 242.9658, 2.600535, 0, 0, 0.9636297, 0.267241, 120, 255, 1, 15354); -- 184092 (Area: 3741 - Difficulty: 0)