diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2014-07-24 04:12:26 +0200 |
|---|---|---|
| committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-07-24 04:12:26 +0200 |
| commit | a2c35e33af06faa6686870991da4ab4389bc1dcb (patch) | |
| tree | e02325025ff86afb0bb4783d8e99c3e6a020604d | |
| parent | 61809244650650439c04dc18162a5ea1723d38bb (diff) | |
DB/Gameobject: Spawn Maraudon portal
Closes #10131
| -rw-r--r-- | sql/updates/world/2014_07_24_03_world_gameobject.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2014_07_24_03_world_gameobject.sql b/sql/updates/world/2014_07_24_03_world_gameobject.sql new file mode 100644 index 00000000000..be6bced5dc3 --- /dev/null +++ b/sql/updates/world/2014_07_24_03_world_gameobject.sql @@ -0,0 +1,5 @@ +-- +SET @OGUID := 5417; +DELETE FROM `gameobject` WHERE `guid` = @OGUID; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES +(@OGUID, 178404, 1, 1, 1, -1382.071, 2918.795, 73.20731, 2.809975, 0, 0, 0, 1, 120, 255, 1); -- 178404 (Area: 607) |
