From ab972a9e97644bcb6bee0c7972d9e070877dbdbd Mon Sep 17 00:00:00 2001 From: Aqua Deus <95978183+aquadeus@users.noreply.github.com> Date: Thu, 29 May 2025 00:08:33 +0200 Subject: Scripts/Spells: Implement monk talent Song of Chi-ji (#30952) --- sql/updates/world/master/2025_05_28_01_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/master/2025_05_28_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2025_05_28_01_world.sql b/sql/updates/world/master/2025_05_28_01_world.sql new file mode 100644 index 00000000000..08dc23a77fb --- /dev/null +++ b/sql/updates/world/master/2025_05_28_01_world.sql @@ -0,0 +1,5 @@ +DELETE FROM `areatrigger_create_properties` WHERE (`Id`=5484 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 +(5484, 0, 10191, 0, 24, 1656, 0, 0, 0, -1, 0, 0, NULL, 5000, 7, 0, 5, 5, 0, 0, 0, 0, 0, 0, 'at_monk_song_of_chi_ji', 60822); -- Spell: 198898 (Song of Chi-Ji) + +UPDATE `areatrigger_template` SET `VerifiedBuild`=60822 WHERE (`Id`=10191 AND `IsCustom`=0); -- cgit v1.2.3