diff options
-rw-r--r-- | sql/updates/world/master/2021_11_01_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_01_00_world.sql b/sql/updates/world/master/2021_11_01_00_world.sql new file mode 100644 index 00000000000..098a2f108d7 --- /dev/null +++ b/sql/updates/world/master/2021_11_01_00_world.sql @@ -0,0 +1,4 @@ +-- Shrine of Dath'Remar (Area: Sunstrider Isle - Difficulty: 0) +UPDATE `gameobject_template` SET `ContentTuningId`=1485, `VerifiedBuild`=40120 WHERE `entry`=180516; + +UPDATE `gameobject` SET `zoneId`=6455, `areaId`=3431, `animprogress`=255, `position_x`=10405.802734375, `position_y`=-5946.0068359375, `position_z`=42.5081787109375, `orientation`=3.979356288909912109, `rotation0`=0.0557708740234375, `rotation1`=0.024830818176269531, `rotation2`=-0.91184043884277343, `rotation3`=0.40598037838935852, `VerifiedBuild`=40120 WHERE `guid`=21120; |