aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2025-06-15 10:57:14 +0200
committerGitHub <noreply@github.com>2025-06-15 10:57:14 +0200
commit9090a940bf58e765f120504f2df82d550ff08a98 (patch)
tree154f311b9296ee9875106ca1603e8044a58d392c /sql
parentd3967ebe0df98ed2dcc673eed4b77cdb67be7736 (diff)
Scripts/Spells: Implement druid talent Lunar Beam (#30777)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2025_06_15_07_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_06_15_07_world.sql b/sql/updates/world/master/2025_06_15_07_world.sql
new file mode 100644
index 00000000000..419482ec191
--- /dev/null
+++ b/sql/updates/world/master/2025_06_15_07_world.sql
@@ -0,0 +1,5 @@
+DELETE FROM `areatrigger_create_properties` WHERE (`IsCustom`=0 AND `Id` = 5994);
+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
+(5994, 0, 10682, 0, 0, 0, 0, 0, 0, -1, 0, 0, NULL, 8500, 0, 4, 8, 8, 30, 30, 1, 1, 0, 0, 'at_dru_lunar_beam', 59679); -- Spell: 204066 (Lunar Beam)
+
+UPDATE `areatrigger_template` SET `VerifiedBuild`=59679 WHERE (`Id`=10682 AND `IsCustom`=0);