diff options
author | ModoX <moardox@gmail.com> | 2025-01-10 22:24:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-10 22:24:26 +0100 |
commit | 7a99e7ce63740db1b8c374d93ffc91d0b44c7178 (patch) | |
tree | 99fbd5231f90f5d6f440c2e6bb63accd2cc6260e | |
parent | 7fd3e8c4d6a81609e9c180e6d3b2de59605ce320 (diff) |
DB/Misc: Fix sql
* 7fd3e8c4d6a81609e9c180e6d3b2de59605ce320 followup
-rw-r--r-- | sql/updates/world/master/2025_01_10_01_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/master/2025_01_10_01_world.sql b/sql/updates/world/master/2025_01_10_01_world.sql index ea11e6d657e..2a692f506e4 100644 --- a/sql/updates/world/master/2025_01_10_01_world.sql +++ b/sql/updates/world/master/2025_01_10_01_world.sql @@ -79,7 +79,7 @@ INSERT INTO `areatrigger_template` (`Id`, `IsCustom`, `Flags`, `VerifiedBuild`) (@ATID+3, 1, 1, 0); DELETE FROM `areatrigger_create_properties` WHERE (`Id`= @ATCP+0 AND `IsCustom`=1) OR (`Id`= @ATCP+1 AND `IsCustom`=1) OR (`Id`= @ATCP+2 AND `IsCustom`=1) OR (`Id`= @ATCP+3 AND `IsCustom`=1); -INSERT INTO `areatrigger_create_properties` (`Id`, `IsCustom`, `AreaTriggerId`, `IsAreatriggerCustom`, `Flags`, `MoveCurveId`, `ScaleCurveId`, `MorphCurveId`, `FacingCurveId`, `AnimId`, `AnimKitId`, `DecalPropertiesId`, `TimeToTarget`, `TimeToTargetScale`, `Shape`, `ShapeData0`, `ShapeData1`, `ShapeData2`, `ShapeData3`, `ShapeData4`, `ShapeData5`, `ShapeData6`, `ShapeData7`, `ScriptName`, `VerifiedBuild`) VALUES +INSERT INTO `areatrigger_create_properties` (`Id`, `IsCustom`, `AreaTriggerId`, `IsAreatriggerCustom`, `Flags`, `MoveCurveId`, `ScaleCurveId`, `MorphCurveId`, `FacingCurveId`, `AnimId`, `AnimKitId`, `DecalPropertiesId`, `Speed`, `TimeToTargetScale`, `Shape`, `ShapeData0`, `ShapeData1`, `ShapeData2`, `ShapeData3`, `ShapeData4`, `ShapeData5`, `ShapeData6`, `ShapeData7`, `ScriptName`, `VerifiedBuild`) VALUES (@ATCP+0, 1, @ATID+0, 1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 14, 14, 0, 0, 0, 0, 0, 0, '', 0), (@ATCP+1, 1, @ATID+1, 1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 13, 13, 0, 0, 0, 0, 0, 0, '', 0), (@ATCP+2, 1, @ATID+2, 1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 28, 28, 0, 0, 0, 0, 0, 0, '', 0), |