From 9336c8d7bfc77e2ef0627e234e0cc8fe0e128911 Mon Sep 17 00:00:00 2001 From: CraftedRO Date: Wed, 15 Oct 2025 11:19:55 +0200 Subject: [PATCH] DB/Gameobject: Update Chest of The Seven spawn position closes #31370 --- sql/updates/world/3.3.5/2025_10_15_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2025_10_15_01_world.sql 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;