aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoldor <foldor@trinity.contrib>2013-05-22 21:53:54 +0200
committerZxBiohazardZx <zxbiohazardzx@gmail.com>2013-05-22 21:53:54 +0200
commit2337639a59914752da4ce0add7d318228a10edf4 (patch)
tree577694fa7c424970b2b2f5b122bcda5c421c3b79
parent8943ad16404f604eb5510b8e9ce6d3e251ed0fb3 (diff)
DB/Gameobject: update spawnpositions
Closes #9794
-rw-r--r--sql/updates/world/2013_05_22_01_world_gameobject.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2013_05_22_01_world_gameobject.sql b/sql/updates/world/2013_05_22_01_world_gameobject.sql
new file mode 100644
index 00000000000..2485b74969b
--- /dev/null
+++ b/sql/updates/world/2013_05_22_01_world_gameobject.sql
@@ -0,0 +1,3 @@
+-- Update Frozen Halls & ICC Meeting stone positions from 4.3.4 sniff
+UPDATE `gameobject` SET `position_x`=5633.551, `position_y`=2029.531, `position_z`=798.499, `orientation`=4.515394, `rotation2`=0.976296, `rotation3`=-0.2164396 WHERE `guid`=151101;
+UPDATE `gameobject` SET `position_x`=5842.831, `position_y`=2218.624, `position_z`=636.288, `orientation`=5.327191, `rotation2`=0.976296, `rotation3`=-0.2164396 WHERE `guid`=151102;