diff options
| author | Nyeriah <sarah.trysan@live.com> | 2014-12-26 04:16:12 -0200 |
|---|---|---|
| committer | Nyeriah <sarah.trysan@live.com> | 2014-12-26 04:16:12 -0200 |
| commit | b3a63301d06590a1a4f5c306cc3fbb8179d53a74 (patch) | |
| tree | 087990e66b4719bf1b28ddc0f4923e829d494bf1 /sql | |
| parent | 4ef9769c727008c3d2fa991bf72cf44eeeeec237 (diff) | |
Scripts/Naxxramas: Add script support for quarter teleporters and spawn missing ones
Updates #13255
(cherry picked from commit aff5229cd1777581bd85079d064037a57bf17799)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2014_12_26_02_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2014_12_26_02_world.sql b/sql/updates/world/2014_12_26_02_world.sql new file mode 100644 index 00000000000..dd773a8bc3c --- /dev/null +++ b/sql/updates/world/2014_12_26_02_world.sql @@ -0,0 +1,6 @@ +SET @OGUID := 6166; +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, 181575, 533, 3, 1, 3465.175, -3940.402, 308.79, 2.443457, 0, 0, 1, -4.371139E-08, 7200, 255, 1), -- 181575 (Area: 3456) +(@OGUID+1, 181578, 533, 3, 1, 2493.018, -2921.778, 241.1933, 3.141593, 0, 0, 1, -4.371139E-08, 7200, 255, 1), -- 181578 (Area: -1) +(@OGUID+2, 181576, 533, 3, 1, 3539.016, -2936.821, 302.4756, 3.141593, 0, 0, 1, -4.371139E-08, 7200, 255, 1); -- 181576 (Area: 3456) |
