diff options
author | Killyana <morphone1@gmail.com> | 2018-06-27 20:06:51 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2018-06-27 20:06:51 +0200 |
commit | 5b4cc687233e1eb53b9456e7eac7a840016a49e8 (patch) | |
tree | 0ec263e15a7629adcec4013170ac0a8244bae493 /sql | |
parent | cd81323b8be6e39f40b66383aa570c4507ae5a5c (diff) |
DB/GameObject: The Stonecore normal donjon portal
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); |