diff options
| -rw-r--r-- | sql/updates/world/3.3.5/2019_06_19_00_world_335.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_06_19_00_world_335.sql b/sql/updates/world/3.3.5/2019_06_19_00_world_335.sql new file mode 100644 index 00000000000..7d9e371e080 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_06_19_00_world_335.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `gameobject` WHERE `id` = 142698; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES +(99872, 142698, 0, 1, 1, -21.77, -2802.7, 121.85, 0, 0, 0, 0, 0, 180, 0, 1), +(99873, 142698, 0, 1, 1, -24.2883, -2468.25, 122.442, 0, 0, 0, 0, 0, 180, 0, 1); |
