aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2020-02-28 14:00:33 +0100
committerKillyana <morphone1@gmail.com>2020-02-28 14:00:33 +0100
commit1a761aa8e7091b90a7449ac03d336693be675edd (patch)
tree702443cc22f142e1d1d7ce9e6c6f456b2df58e3c
parenteebaa76c972c791ebcc437c7f9da3c2366960e3b (diff)
DB/GameObject: Protoype Console 65262/191761
Closes #22648
-rw-r--r--sql/updates/world/3.3.5/2020_02_28_02_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_02_28_02_world.sql b/sql/updates/world/3.3.5/2020_02_28_02_world.sql
new file mode 100644
index 00000000000..ca0f280066e
--- /dev/null
+++ b/sql/updates/world/3.3.5/2020_02_28_02_world.sql
@@ -0,0 +1,3 @@
+--
+UPDATE `gameobject` SET `position_x`=7974.169, `position_y`=-826.5645, `position_z`=967.8755, `orientation`=-0.5410506, `rotation2`=-0.2672377, `rotation3`=0.9636307 WHERE `id`=191761;
+UPDATE `gameobject_addon` SET `parent_rotation2`=-0.2672377, `parent_rotation3`=0.9636307 WHERE `guid`=65262;