From 13e14eacbdfe44f0096398c4f81c0a21ad3b327a Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 18 Feb 2024 17:56:30 +0100 Subject: DB/Quest: Add one spell_target_position for The Purification of Quel'Delar closes #29719 by CraftedRO --- sql/updates/world/3.3.5/2024_02_18_07_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2024_02_18_07_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2024_02_18_07_world.sql b/sql/updates/world/3.3.5/2024_02_18_07_world.sql new file mode 100644 index 00000000000..a13c34e4740 --- /dev/null +++ b/sql/updates/world/3.3.5/2024_02_18_07_world.sql @@ -0,0 +1,4 @@ +-- Add one spell_target_position for future need (The Purification of Quel'Delar) +DELETE FROM `spell_target_position` WHERE `ID`=70746; +INSERT INTO `spell_target_position` (`ID`, `EffectIndex`, `MapID`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `VerifiedBuild`) VALUES +(70746, 0, 580, 1766.94, 683.09, 71.2, 2.268928, 15354); -- cgit v1.2.3