diff options
-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) |