diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2021-11-01 20:49:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-01 20:49:12 +0100 |
commit | b874adb76e2b14b9c9c2ad3ce7c7096fa0ee7199 (patch) | |
tree | 4afd30f59a8dc6a0e52234087d71afb2b23dc451 | |
parent | 8423382fb034d3f1734590f7f246b73f3aa646aa (diff) |
DB/Gameobject: Shrine of Dath'Remar
closes #27116 by osleyder85
-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; |