From e0009a9761b90e2ffea72b63598cae15a23f8d7a Mon Sep 17 00:00:00 2001 From: Aokromes Date: Thu, 10 Oct 2024 18:13:58 +0200 Subject: DB/Spell: Update Portals to Blasted Lands spell target position closes #30335 by CraftedRO --- sql/updates/world/3.3.5/2024_10_10_14_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2024_10_10_14_world.sql (limited to 'sql') 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); -- cgit v1.2.3