diff options
author | Killyana <morphone1@gmail.com> | 2017-01-02 12:16:35 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2017-01-02 12:16:35 +0100 |
commit | 26a2a041b5a47fa8f11969779ad81f1b2b1eeebc (patch) | |
tree | 76fd41bd737e6b69a27b521ab35dc4218e05489b | |
parent | db1c4dac7ec67f718e64afae56e65607553a4470 (diff) |
DB/Objects: Protectorate Tracer - Add missing spawns
Closes #18710
By Rushor
-rw-r--r-- | sql/updates/world/3.3.5/2017_01_02_04_world.sql | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_01_02_04_world.sql b/sql/updates/world/3.3.5/2017_01_02_04_world.sql new file mode 100644 index 00000000000..40238ad9c4b --- /dev/null +++ b/sql/updates/world/3.3.5/2017_01_02_04_world.sql @@ -0,0 +1,11 @@ +-- Protectorate Tracer -- http://wotlk.openwow.com/object=184447 +DELETE FROM `gameobject` WHERE `guid` IN (5,15,20,24,28,30,32,34); +INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES +(5, 184447, 530, 1, 1, 3793.59, 2079.87, 153.262, 3.61391, 0, 0, -0.968147, 0.250381, 300, 255, 1), +(15, 184447, 530, 1, 1, 3801.51, 2087.91, 150.493, 4.7822, 0, 0, -0.681998, 0.731354, 300, 255, 1), +(20, 184447, 530, 1, 1, 3836.21, 2111.1, 149.73, 3.52557, 0, 0, -0.981627, 0.190812, 300, 255, 1), +(24, 184447, 530, 1, 1, 3819.34, 2098.08, 147.986, 3.15906, 0, 0, -0.999962, 0.00873464, 300, 255, 1), +(28, 184447, 530, 1, 1, 3855.51, 2154.05, 140.302, 3.05433, 0, 0, 0.999048, 0.0436193, 300, 255, 1), +(30, 184447, 530, 1, 1, 3876.8, 2152.48, 139.198, 2.46091, 0, 0, 0.942641, 0.333808, 300, 255, 1), +(32, 184447, 530, 1, 1, 3891.8, 2124.59, 134.586, 2.32129, 0, 0, 0.91706, 0.39875, 300, 255, 1), +(34, 184447, 530, 1, 1, 3907.58, 2105.97, 138.454, 5.25344, 0, 0, -0.492423, 0.870356, 300, 255, 1); |