diff options
author | Osleyder1985 <220776039+Osleyder1985@users.noreply.github.com> | 2025-07-29 17:34:11 +0200 |
---|---|---|
committer | Naddley <NaddleyTC@gmail.com> | 2025-07-29 17:34:15 +0200 |
commit | 2d0d1a95634624f09bdfb085b1f5e22cc49e3a9e (patch) | |
tree | 2567646f0bb1683f8c35f282fb4d92f1ca07ba74 | |
parent | a7c15e323ac9d80ed87a0babea3d5bddd93caf74 (diff) |
DB/Areatrigger: Added areatrigger data for spell "Recuperate"
-rw-r--r-- | sql/updates/world/master/2025_07_29_00_world.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_07_29_00_world.sql b/sql/updates/world/master/2025_07_29_00_world.sql new file mode 100644 index 00000000000..72593924b6a --- /dev/null +++ b/sql/updates/world/master/2025_07_29_00_world.sql @@ -0,0 +1,8 @@ +-- Areatrigger +DELETE FROM `areatrigger_template` WHERE (`Id`=39879 AND `IsCustom`=0); +INSERT INTO `areatrigger_template` (`Id`, `IsCustom`, `Flags`, `VerifiedBuild`) VALUES +(39879, 0, 0, 61967); + +DELETE FROM `areatrigger_create_properties` WHERE (`Id`=38187 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`, `VerifiedBuild`) VALUES +(38187, 0, 39879, 0, 0, 0, 0, 0, 0, -1, 0, 0, NULL, 30000, /*UNKNOWN*/ 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 61967); -- Spell: 1231411 (Recuperate) |