aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/3.3.5/2019_11_14_00_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_11_14_00_world.sql b/sql/updates/world/3.3.5/2019_11_14_00_world.sql
new file mode 100644
index 00000000000..3b8ede9f947
--- /dev/null
+++ b/sql/updates/world/3.3.5/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`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
+(9266, 184072, 530, 3523, 3741, 1, 1, 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, 1, 1, 4671.729, 2512.325, 242.9658, 2.600535, 0, 0, 0.9636297, 0.267241, 120, 255, 1, 15354); -- 184092 (Area: 3741 - Difficulty: 0)