aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2025-01-17 11:22:18 +0100
committerGitHub <noreply@github.com>2025-01-17 11:22:18 +0100
commit95292cdcc8c7615178c3147c2c26160f2b481b17 (patch)
tree0a055dc8d28cbf8013b636d7a3da247a6ee2c75b /sql
parent5dee590e759b2fdde35baff598ccd52a2c529f8d (diff)
Scripts/Spells: Implement demon hunter talent "Glaive Tempest" (#30551)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2025_01_17_02_world.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_01_17_02_world.sql b/sql/updates/world/master/2025_01_17_02_world.sql
new file mode 100644
index 00000000000..d436c5f01ee
--- /dev/null
+++ b/sql/updates/world/master/2025_01_17_02_world.sql
@@ -0,0 +1,7 @@
+DELETE FROM `areatrigger_template` WHERE (`Id`=26042 AND `IsCustom`=0);
+INSERT INTO `areatrigger_template` (`Id`, `IsCustom`, `Flags`, `VerifiedBuild`) VALUES
+(26042, 0, 0, 58187);
+
+DELETE FROM `areatrigger_create_properties` WHERE (`Id`=21832 AND `IsCustom`=0);
+INSERT INTO `areatrigger_create_properties` (`Id`, `IsCustom`, `AreaTriggerId`, `IsAreatriggerCustom`, `Flags`, `MoveCurveId`, `ScaleCurveId`, `MorphCurveId`, `FacingCurveId`, `AnimId`, `AnimKitId`, `DecalPropertiesId`, `SpellForVisuals`, `TimeToTargetScale`, `Shape`, `ShapeData0`, `ShapeData1`, `ShapeData2`, `ShapeData3`, `ShapeData4`, `ShapeData5`, `ShapeData6`, `ShapeData7`, `ScriptName`, `VerifiedBuild`) VALUES
+(21832, 0, 26042, 0, 0, 21753, 0, 0, 0, -1, 0, 0, NULL, 2452, 4, 6, 6, 4, 4, 0.3, 0.3, 0, 0, 'at_dh_glaive_tempest', 58187); -- Spell: 342817 (Glaive Tempest)