diff options
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2018_06_27_01_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2018_06_27_01_world.sql b/sql/updates/world/master/2018_06_27_01_world.sql new file mode 100644 index 00000000000..f57e69cc2b3 --- /dev/null +++ b/sql/updates/world/master/2018_06_27_01_world.sql @@ -0,0 +1,4 @@ +-- The Stonecore normal donjon portal +DELETE FROM `gameobject` WHERE `guid`=200868; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseUseFlags`, `PhaseId`, `PhaseGroup`, `terrainSwapMap`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`) VALUES +(200868, 207897, 646, 5042, 5303, 1, 0, 169, 0, -1, 1029.14, 618.686, 155.706, 1.77533, 0, 0, 0.775599, 0.631225, 120, 255, 1, "", 26365); |