aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2024-10-10 18:13:58 +0200
committerGitHub <noreply@github.com>2024-10-10 18:13:58 +0200
commite0009a9761b90e2ffea72b63598cae15a23f8d7a (patch)
tree4e57f1685cd6eb98e358ce3ea69646cb62db2cbe /sql
parent97111be134051637b1a4d7c0ae76acc487c8b18c (diff)
DB/Spell: Update Portals to Blasted Lands spell target position
closes #30335 by CraftedRO
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2024_10_10_14_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2024_10_10_14_world.sql b/sql/updates/world/3.3.5/2024_10_10_14_world.sql
new file mode 100644
index 00000000000..7d2bbf64155
--- /dev/null
+++ b/sql/updates/world/3.3.5/2024_10_10_14_world.sql
@@ -0,0 +1,2 @@
+-- Update Portals to Blasted Lands spell_target_position
+UPDATE `spell_target_position` SET `PositionX`=-11708.3281, `PositionY`=-3167.8259, `PositionZ`=-5.052477, `Orientation`=3.328652 WHERE `id` IN (65728,65729);