diff options
| author | Killyana <morphone1@gmail.com> | 2017-01-10 14:29:44 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2019-07-21 21:06:54 +0200 |
| commit | d18bdca7737a9cbbfd57853b53db5d132dcc0875 (patch) | |
| tree | 34df751f44216361b5e4ab246257394dfb47ca44 | |
| parent | e2bcf0ae1f2c576eeafcf784f2a5e2ae0f93f538 (diff) | |
DB/GameObject: Fel Reaver Control Console
Closes #18657
By Rushor
(cherrypicked from b42369389b20421962d341779ca8c20659e5af18)
| -rw-r--r-- | sql/updates/world/master/2019_06_20_11_world_2017_01_09_09_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
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); |
