diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2017-11-15 20:06:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-15 20:06:29 +0100 |
| commit | 434380c9accc0b3885ac6a5b3d67576b2d35153b (patch) | |
| tree | b3ba667a30f05de46d050d5810372c0ad1f2c4e2 | |
| parent | e0be125543109fd8bcbdeb326877e1e8c7334b6c (diff) | |
DB/Gameobject: Spawn Warchief's Command Board at silvermoon
Cherry pick of https://gitlab.com/trinitycore/TrinityCore_434/commit/6007e7f818f85a7630ed526d856d63096df041eb
Closes #20884
| -rw-r--r-- | sql/updates/world/master/2017_11_15_02_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_11_15_02_world.sql b/sql/updates/world/master/2017_11_15_02_world.sql new file mode 100644 index 00000000000..aaad9cc37b8 --- /dev/null +++ b/sql/updates/world/master/2017_11_15_02_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `gameobject` WHERE `guid` = 200628; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(200628, 207325, 530, 3487, 0, 1, 169, 0, 9665.519, -7153.061, 14.25123, 5.480334, 0, 0, -0.3907309, 0.920505, 120, 255, 1, 14545); -- 207325 (Area: 0 - Difficulty: 0) |
