Scripts/Spells: Implement hunter talent Implosive Trap (#30856)

This commit is contained in:
Aqua Deus
2025-05-04 19:58:43 +02:00
committed by GitHub
parent 8d6e643c91
commit bec4308385
2 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
DELETE FROM `areatrigger_create_properties` WHERE `Id`=34378 AND `IsCustom`=0;
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
(34378,0,36703,0,0,0,0,0,0,-1,0,0,NULL,60000,0,4,5,5,5,5,1,1,0,0,'areatrigger_hun_implosive_trap',60257); -- Spell: 462032 (Implosive Trap)
DELETE FROM `areatrigger_template` WHERE `Id`=36703 AND `IsCustom`=0;
INSERT INTO `areatrigger_template` (`Id`,`IsCustom`,`Flags`,`VerifiedBuild`) VALUES
(36703,0,0,60257);