From b874adb76e2b14b9c9c2ad3ce7c7096fa0ee7199 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Mon, 1 Nov 2021 20:49:12 +0100 Subject: DB/Gameobject: Shrine of Dath'Remar closes #27116 by osleyder85 --- sql/updates/world/master/2021_11_01_00_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2021_11_01_00_world.sql (limited to 'sql/updates') 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; -- cgit v1.2.3