diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2025-03-12 18:50:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-12 18:50:39 +0100 |
commit | 608c579836c2234b75571f1a38fd0b8985d406af (patch) | |
tree | 5393da0cf34ebe1053b11f5537d7169ef7d6a685 | |
parent | 91473e7f5cd0e09b2788dabcc7740f5480aed484 (diff) |
DB/Gameobject: Update position of The Blood Furnace Broggok Cell Door Lever
closes #30745 by CraftedRO
-rw-r--r-- | sql/updates/world/3.3.5/2025_03_12_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2025_03_12_00_world.sql b/sql/updates/world/3.3.5/2025_03_12_00_world.sql new file mode 100644 index 00000000000..64277d278fe --- /dev/null +++ b/sql/updates/world/3.3.5/2025_03_12_00_world.sql @@ -0,0 +1,2 @@ +-- Cell Door Lever (Area: The Blood Furnace - Difficulty: 1) CreateObject1 +UPDATE `gameobject` SET `position_x`=456.08551025390625, `position_y`=60.34891510009765625, `position_z`=9.478329658508300781, `orientation`=3.141592741012573242, `rotation2`=-1, `rotation3`=0, `spawntimesecs`=7200, `animprogress`=255, `VerifiedBuild`=59570 WHERE `id`=181982 AND `guid`=150441; |