diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2017-05-23 18:04:57 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-23 18:04:57 +0200 |
| commit | 8d632a9971ac8203255bea431e4f31cb21925100 (patch) | |
| tree | a8973017d367e2f50b1cd3e2013588121ad08825 | |
| parent | cd7c4478ba0d1a5888813a57edd60c5b54856dbd (diff) | |
Update 2017_05_23_05_world.sql
| -rw-r--r-- | sql/updates/world/master/2017_05_23_05_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/master/2017_05_23_05_world.sql b/sql/updates/world/master/2017_05_23_05_world.sql index 7cd8faec961..aefb2165974 100644 --- a/sql/updates/world/master/2017_05_23_05_world.sql +++ b/sql/updates/world/master/2017_05_23_05_world.sql @@ -11,7 +11,7 @@ INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `p -- Reposition Some spawns for master DELETE FROM `gameobject` WHERE `id` IN (201704,201705,201706); -INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `PhaseId`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +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 (217396, 201704, 0, 0, 0, 1, 169, 0, -6114.495, 379.6945, 396.4621, 0, 0, 0, 0, 1, 120, 255, 1, 23877), (217370, 201705, 0, 0, 0, 1, 169, 0, -6116.972, 379.0938, 395.5426, 1.167404, 0, 0, 0.5511169, 0.834428, 120, 255, 1, 23877), (217394, 201706, 0, 0, 0, 1, 169, 0, -6113.611, 376.7361, 395.5426, 0, 0, 0, 0, 1, 120, 255, 1, 23877); |
