From 2337639a59914752da4ce0add7d318228a10edf4 Mon Sep 17 00:00:00 2001 From: foldor Date: Wed, 22 May 2013 21:53:54 +0200 Subject: [PATCH] DB/Gameobject: update spawnpositions Closes #9794 --- sql/updates/world/2013_05_22_01_world_gameobject.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2013_05_22_01_world_gameobject.sql 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 0000000000..2485b74969 --- /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;