diff options
| author | Kittnz <frederik156@hotmail.com> | 2015-11-11 01:22:54 +0100 |
|---|---|---|
| committer | Kittnz <frederik156@hotmail.com> | 2015-11-11 01:22:54 +0100 |
| commit | 9e2330f5756917720685fe29c9a65da843227917 (patch) | |
| tree | 62e4c7ee9a9fd359e9f6253c74da48c58ebe2e9d | |
| parent | c5f635b6896abaa3b9a2242c63c61a37fc60bf80 (diff) | |
DB/Object: Add general spawns missing in Northrend
| -rw-r--r-- | sql/updates/world/2015_11_11_00_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2015_11_11_00_world.sql b/sql/updates/world/2015_11_11_00_world.sql new file mode 100644 index 00000000000..07393641f3f --- /dev/null +++ b/sql/updates/world/2015_11_11_00_world.sql @@ -0,0 +1,6 @@ +SET @OGUID:=6354; +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+2; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES +(@OGUID+0, 185454, 571, 1, 1, 5491.154, -2652.184, 303.9539, 2.460913, 0, 0, 0, 1, 120, 255, 1), -- 185454 (Area: 4275) +(@OGUID+1, 185456, 571, 1, 1, 3393.345, -2801.472, 211.3246, 5.410522, 0, 0, 0, 1, 120, 255, 1), -- 185456 (Area: 0) +(@OGUID+2, 185434, 571, 1, 1, 5527.56, -2646.927, 303.9539, 2.600535, 0, 0, 0, 1, 120, 255, 1); -- 185434 (Area: 4275) |
