From 589bdfda6da1024da2acccb215ca1190a0428666 Mon Sep 17 00:00:00 2001 From: Killyana Date: Thu, 14 Nov 2019 16:26:58 +0100 Subject: DB/GameObject: Legion Communicator & Legion Communicator Aura (cherry picked from commit e0edc20f8ff11c61df31bc78b22f50f156042fe3) --- sql/updates/world/master/2021_12_18_65_world_2019_11_14_00_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/master/2021_12_18_65_world_2019_11_14_00_world.sql (limited to 'sql') 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) -- cgit v1.2.3