diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2024-10-24 01:27:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-24 01:27:20 +0200 |
commit | 2baecc571f88b9b15a4597c72ce319179faa9bb7 (patch) | |
tree | a48c887af06c9aa8cea377c4e372cb6d6a26aba4 /sql | |
parent | d82ff2141c189f8457d8b170d61516e01fa5ca6f (diff) |
DB/Gameobject: The World Tree and the Emerald Dream book update
closes #30372 by CraftedRO
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/3.3.5/2024_10_24_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |