diff options
author | Killyana <morphone1@gmail.com> | 2017-01-10 14:29:44 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2017-01-10 14:29:44 +0100 |
commit | b42369389b20421962d341779ca8c20659e5af18 (patch) | |
tree | 3475927f2b9de5c658b57d7fcb8155b5e6e50797 | |
parent | 1e1cfe50a3b2659d38d23510d5fd317857d7bc82 (diff) |
DB/GameObject: Fel Reaver Control Console
Closes #18657
By Rushor
-rw-r--r-- | sql/updates/world/3.3.5/2017_01_09_09_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_01_09_09_world.sql b/sql/updates/world/3.3.5/2017_01_09_09_world.sql new file mode 100644 index 00000000000..cc873c9d782 --- /dev/null +++ b/sql/updates/world/3.3.5/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`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 185059, 530, 3520, 3943, 1, 1, -2668.99, 2698.53, 102.662, 2.69388, 0, 0, 0.975048, 0.221992, 300, 0, 1, 0), +(@OGUID+1, 185060, 530, 3520, 3943, 1, 1, -2671, 2694.73, 102.581, 2.57921, 0, 0, 0.960726, 0.2775, 300, 0, 1, 0), +(@OGUID+2, 185061, 530, 3520, 3943, 1, 1, -2672.43, 2691.78, 102.398, 2.5635, 0, 0, 0.958516, 0.285037, 300, 0, 1, 0); |