diff options
-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; |