From d18bdca7737a9cbbfd57853b53db5d132dcc0875 Mon Sep 17 00:00:00 2001 From: Killyana Date: Tue, 10 Jan 2017 14:29:44 +0100 Subject: DB/GameObject: Fel Reaver Control Console Closes #18657 By Rushor (cherrypicked from b42369389b20421962d341779ca8c20659e5af18) --- .../world/master/2019_06_20_11_world_2017_01_09_09_world.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/world/master/2019_06_20_11_world_2017_01_09_09_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/master/2019_06_20_11_world_2017_01_09_09_world.sql b/sql/updates/world/master/2019_06_20_11_world_2017_01_09_09_world.sql new file mode 100644 index 00000000000..8fef3404e1c --- /dev/null +++ b/sql/updates/world/master/2019_06_20_11_world_2017_01_09_09_world.sql @@ -0,0 +1,7 @@ +-- +SET @OGUID := 6570; -- 3 unused set by TC TEAM +DELETE FROM `gameobject` WHERE `id` IN (185059, 185060, 185061); +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 +(@OGUID+0, 185059, 530, 3520, 3943, '0', 0, -2668.99, 2698.53, 102.662, 2.69388, 0, 0, 0.975048, 0.221992, 300, 0, 1, 0), +(@OGUID+1, 185060, 530, 3520, 3943, '0', 0, -2671, 2694.73, 102.581, 2.57921, 0, 0, 0.960726, 0.2775, 300, 0, 1, 0), +(@OGUID+2, 185061, 530, 3520, 3943, '0', 0, -2672.43, 2691.78, 102.398, 2.5635, 0, 0, 0.958516, 0.285037, 300, 0, 1, 0); -- cgit v1.2.3