diff options
| author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2025-05-04 19:58:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-04 19:58:43 +0200 |
| commit | bec4308385cd83e3616e26562c94f0b133dd227f (patch) | |
| tree | 839cdac83660774374e8fa37e94ce5468e8f836b /sql | |
| parent | 8d6e643c913c07c302edb237fb77020602c81988 (diff) | |
Scripts/Spells: Implement hunter talent Implosive Trap (#30856)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2025_05_04_00_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_05_04_00_world.sql b/sql/updates/world/master/2025_05_04_00_world.sql new file mode 100644 index 00000000000..eb5b3e9515a --- /dev/null +++ b/sql/updates/world/master/2025_05_04_00_world.sql @@ -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); |
