From 2baecc571f88b9b15a4597c72ce319179faa9bb7 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Thu, 24 Oct 2024 01:27:20 +0200 Subject: DB/Gameobject: The World Tree and the Emerald Dream book update closes #30372 by CraftedRO --- sql/updates/world/3.3.5/2024_10_24_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2024_10_24_00_world.sql diff --git a/sql/updates/world/3.3.5/2024_10_24_00_world.sql b/sql/updates/world/3.3.5/2024_10_24_00_world.sql new file mode 100644 index 00000000000..99814cda8ef --- /dev/null +++ b/sql/updates/world/3.3.5/2024_10_24_00_world.sql @@ -0,0 +1,2 @@ +-- The World Tree and the Emerald Dream book update +UPDATE `gameobject` SET `position_x` = -8729.36328125, `position_y` = 1107.6275634765625, `position_z` = 94.32956695556640625, `orientation` = 5.532694816589355468, `rotation2` = -0.3665008544921875, `rotation3` = 0.93041771650314331, `state` = 1 WHERE `guid` = 42903; -- cgit v1.2.3