diff options
| author | CraftedRO <CraftedRO@users.noreply.github.com> | 2025-10-15 11:19:55 +0200 |
|---|---|---|
| committer | ccrs <ccrs@users.noreply.github.com> | 2025-10-15 11:19:55 +0200 |
| commit | 9336c8d7bfc77e2ef0627e234e0cc8fe0e128911 (patch) | |
| tree | b01644b943b2bce4c5391721df4d0c888533327a | |
| parent | 63172ec611984ea701772ed9f889f06652ef5af2 (diff) | |
DB/Gameobject: Update Chest of The Seven spawn position
closes #31370
| -rw-r--r-- | sql/updates/world/3.3.5/2025_10_15_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2025_10_15_01_world.sql b/sql/updates/world/3.3.5/2025_10_15_01_world.sql new file mode 100644 index 00000000000..9c771befcc3 --- /dev/null +++ b/sql/updates/world/3.3.5/2025_10_15_01_world.sql @@ -0,0 +1,2 @@ +-- Chest of The Seven (Area: 0 - Difficulty: 0) CreateObject2 +UPDATE `gameobject` SET `position_x`=1265.854736328125, `position_y`=-285.098297119140625, `position_z`=-78.2192916870117187, `orientation`=3.90954136848449707, `rotation2`=-0.92718315124511718, `rotation3`=0.37460830807685852, `VerifiedBuild`=15211 WHERE `guid`=67872 AND `id`=169243; |
