aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authoroffl <11556157+offl@users.noreply.github.com>2025-05-28 14:55:11 +0300
committerGitHub <noreply@github.com>2025-05-28 13:55:11 +0200
commit8c5863596e428916aa5b9d2c5fa4c31ef67317e7 (patch)
tree094eca796008dcd419512f8438b453ad18156a7c /sql
parent88197ab4c6a874111c20137263c44cd66d52e248 (diff)
Scripts/Dalaran: Replace TeleportTo function with spells (#30965)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2025_05_28_00_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2025_05_28_00_world.sql b/sql/updates/world/3.3.5/2025_05_28_00_world.sql
new file mode 100644
index 00000000000..d9def17a7e8
--- /dev/null
+++ b/sql/updates/world/3.3.5/2025_05_28_00_world.sql
@@ -0,0 +1,4 @@
+--
+DELETE FROM `spell_target_position` WHERE `ID` = 58681;
+INSERT INTO `spell_target_position` (`ID`,`EffectIndex`,`MapID`,`PositionX`,`PositionY`,`PositionZ`,`Orientation`,`VerifiedBuild`) VALUES
+(58681,0,571,5386.05,2840.97,418.675,3.14159,0);