diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2024-02-18 17:56:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-18 17:56:30 +0100 |
| commit | 13e14eacbdfe44f0096398c4f81c0a21ad3b327a (patch) | |
| tree | a33ca9acc4dbd42052944e96c4aa7ef310f97e31 | |
| parent | 4ca00ae4b8f7eba11920294d9903ba7a59fbbcce (diff) | |
DB/Quest: Add one spell_target_position for The Purification of Quel'Delar
closes #29719 by CraftedRO
| -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); |
