diff options
| author | Muru <timurdelimin@gmail.com> | 2025-01-12 03:35:23 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-11 21:35:23 +0100 |
| commit | 575e37859b2a7b76f3af92893b1a1f35a8a2057d (patch) | |
| tree | db9bc8c7bf350f03b9e7a23950f533a28d68353d /sql | |
| parent | a855cc8decf942c94985edb5219a57eae0755c5e (diff) | |
Scripts/Spells: Implement racial spell "Spatial Rift" (#30583)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2025_01_11_01_world.sql | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_01_11_01_world.sql b/sql/updates/world/master/2025_01_11_01_world.sql new file mode 100644 index 00000000000..0988d8dbba8 --- /dev/null +++ b/sql/updates/world/master/2025_01_11_01_world.sql @@ -0,0 +1,11 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_gen_spatial_rift'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(257040, 'spell_gen_spatial_rift'); + +DELETE FROM `areatrigger_template` WHERE `Id` = 16670; +INSERT INTO `areatrigger_template` (`Id`, `IsCustom`, `Flags`, `ActionSetId`, `ActionSetFlags`, `VerifiedBuild`) VALUES +(16670, 0, 0, 0, 0, 58238); + +DELETE FROM `areatrigger_create_properties` WHERE `Id` = 11983; +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 +(11983, 0, 16670, 0, 0, 0, 0, 0, 0, 0, -1, 0, 256948, 8000, 18, 0, 3, 3, 0, 0, 0, 0, 0, 0, 'at_gen_spatial_rift', 58238); -- SpellForVisuals: 256948 |
