diff options
-rw-r--r-- | sql/updates/world/3.3.5/2024_02_18_07_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
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); |