diff options
author | Killyana <morphone1@gmail.com> | 2017-07-07 22:48:30 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2020-08-18 18:53:13 +0200 |
commit | 7e41ddd2f3b079b9136cc5d791e77b9efa440819 (patch) | |
tree | c550feb6ab54c19f6e36d0c637be945b9f4235ab | |
parent | 6223dd643797367cba4f056bda9bcbc8b52844b1 (diff) |
DB: Fix the previous commit
(cherry picked from commit fe15464feb9825dc7ac7e1a96e8932615c240507)
-rw-r--r-- | sql/updates/world/master/2020_08_16_01_world_2017_07_07_01_world.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/updates/world/master/2020_08_16_01_world_2017_07_07_01_world.sql b/sql/updates/world/master/2020_08_16_01_world_2017_07_07_01_world.sql index 7144d89fabd..1acfe5dcc0e 100644 --- a/sql/updates/world/master/2020_08_16_01_world_2017_07_07_01_world.sql +++ b/sql/updates/world/master/2020_08_16_01_world_2017_07_07_01_world.sql @@ -1,4 +1,4 @@ -- DELETE FROM `gameobject` WHERE `guid`=69; -INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnDifficulties`, `PhaseId`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES -(69, 175746, 530, '0', 0, 9556.93, -7210.03, 27.1505, 5.37153, 0, 0, 0.440206, -0.897897, 300, 0, 1, 0);
\ No newline at end of file +INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnDifficulties`, `PhaseId`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `state`) VALUES +(69, 175746, 530, '0', 0, 9556.93, -7210.03, 27.1505, 5.37153, 0, 0, 0.440206, -0.897897, 300, 1);
\ No newline at end of file |