diff options
author | Killyana <morphone1@gmail.com> | 2020-01-03 14:05:30 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2020-01-03 14:05:30 +0100 |
commit | 6561229d16ddaa86da9dbd7ad86f1b9ae82c445e (patch) | |
tree | 6f0116b6ad38c5dd8bcd06f99cd7f4264e7155be /sql | |
parent | 677834dca7fc8a010830c9b3c2a6be5af33fdfbb (diff) |
DB/GameObject: Fix Shadowfang Keep levers positions
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/3.3.5/2020_01_03_00_world_335.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_01_03_00_world_335.sql b/sql/updates/world/3.3.5/2020_01_03_00_world_335.sql new file mode 100644 index 00000000000..967407f0bab --- /dev/null +++ b/sql/updates/world/3.3.5/2020_01_03_00_world_335.sql @@ -0,0 +1,4 @@ +-- +UPDATE `gameobject` SET `position_x`=-252.696, `position_y`=2114.22, `position_z`=82.8052, `orientation`=-0.190831, `rotation0`=-0.131892, `rotation1`=-0.694696, `rotation2`=-0.131892, `rotation3`=0.694698, `state`=1 WHERE `id`=18900; +UPDATE `gameobject` SET `position_x`=-249.220, `position_y`=2123.10, `position_z`=82.8052, `orientation`=-0.190831, `rotation0`=-0.131892, `rotation1`=-0.694696, `rotation2`=-0.131892, `rotation3`=0.694698 WHERE `id`=18901; +UPDATE `gameobject` SET `position_x`=-245.598, `position_y`=2132.32, `position_z`=82.8052, `orientation`=-0.190831, `rotation0`=-0.131892, `rotation1`=-0.694696, `rotation2`=-0.131892, `rotation3`=0.694698 WHERE `id`=101811; |