aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2025-05-29 00:08:33 +0200
committerGitHub <noreply@github.com>2025-05-29 00:08:33 +0200
commitab972a9e97644bcb6bee0c7972d9e070877dbdbd (patch)
tree71a31876a123ef7b28b4067932ccc4f97930f1c5 /sql/updates
parentbd87381eab32f0e136675ade503fe70285590803 (diff)
Scripts/Spells: Implement monk talent Song of Chi-ji (#30952)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2025_05_28_01_world.sql5
1 files changed, 5 insertions, 0 deletions
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);