aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2024-12-01 15:10:42 +0100
committerGitHub <noreply@github.com>2024-12-01 15:10:42 +0100
commit711fe685dd975b11f4b09fbcde81ddc42e609271 (patch)
tree46987dcc92a25f378ca6b19525724c005d732cbc /sql
parent7231f6722ff7854b8c8bf8cbe2dd83f64ef2b5e0 (diff)
Scripts/Spells: Implement demon hunter talent "Darkness" (#30473)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2024_12_01_03_world.sql9
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_12_01_03_world.sql b/sql/updates/world/master/2024_12_01_03_world.sql
new file mode 100644
index 00000000000..be87ffdae7b
--- /dev/null
+++ b/sql/updates/world/master/2024_12_01_03_world.sql
@@ -0,0 +1,9 @@
+UPDATE `areatrigger_template` SET `VerifiedBuild`=57689 WHERE (`Id`=11203 AND `IsCustom`=0);
+
+DELETE FROM `areatrigger_create_properties` WHERE (`Id`=6615 AND `IsCustom`=0);
+INSERT INTO `areatrigger_create_properties` (`Id`, `IsCustom`, `AreaTriggerId`, `IsAreatriggerCustom`, `Flags`, `MoveCurveId`, `ScaleCurveId`, `MorphCurveId`, `FacingCurveId`, `AnimId`, `AnimKitId`, `DecalPropertiesId`, `SpellForVisuals`, `TimeToTarget`, `TimeToTargetScale`, `Shape`, `ShapeData0`, `ShapeData1`, `ShapeData2`, `ShapeData3`, `ShapeData4`, `ShapeData5`, `ShapeData6`, `ShapeData7`, `ScriptName`, `VerifiedBuild`) VALUES
+(6615, 0, 11203, 0, 0, 0, 0, 0, 0, -1, 0, 0, NULL, 0, 8000, 0, 8, 8, 0, 0, 0, 0, 0, 0, 'areatrigger_dh_darkness', 57689); -- Spell: 196718 (Darkness)
+
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dh_darkness';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(209426, 'spell_dh_darkness');