aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2025-09-02 22:33:22 +0200
committerGitHub <noreply@github.com>2025-09-02 22:33:22 +0200
commit21dd7ee4927954b0d7c21269b5d76c33f21038c1 (patch)
tree0b8222e89e7d214104ccddf373fcb1b7e94c5355 /sql/updates
parentddfccf0c96982c9273f9a2db3266d38c663fa633 (diff)
Scripts/Spells: Implement hunter talent Binding Shot (#31074)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2025_09_02_00_world.sql9
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_09_02_00_world.sql b/sql/updates/world/master/2025_09_02_00_world.sql
new file mode 100644
index 00000000000..9188450acde
--- /dev/null
+++ b/sql/updates/world/master/2025_09_02_00_world.sql
@@ -0,0 +1,9 @@
+UPDATE `areatrigger_template` SET `VerifiedBuild`=61265 WHERE (`Id`=5972 AND `IsCustom`=0);
+
+DELETE FROM `areatrigger_create_properties` WHERE (`IsCustom`=0 AND `Id` IN (1524));
+INSERT INTO `areatrigger_create_properties` (`Id`, `IsCustom`, `AreaTriggerId`, `IsAreatriggerCustom`, `Flags`, `MoveCurveId`, `ScaleCurveId`, `MorphCurveId`, `FacingCurveId`, `AnimId`, `AnimKitId`, `DecalPropertiesId`, `SpellForVisuals`, `TimeToTargetScale`, `Speed`, `Shape`, `ShapeData0`, `ShapeData1`, `ShapeData2`, `ShapeData3`, `ShapeData4`, `ShapeData5`, `ShapeData6`, `ShapeData7`, `ScriptName`, `VerifiedBuild`) VALUES
+(1524, 0, 5972, 0, 0, 0, 0, 0, 0, -1, 0, 0, NULL, 10000, 0, 4, 5, 5, 2, 2, 0.3, 0.3, 0, 0, 'at_hun_binding_shot', 61265); -- Spell: 109248 (Binding Shot)
+
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_hun_binding_shot';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(109248, 'spell_hun_binding_shot');