From 55dda32225a653d1ecdd44d88e8566f8dd2f4121 Mon Sep 17 00:00:00 2001 From: Aqua Deus <95978183+aquadeus@users.noreply.github.com> Date: Mon, 13 Jan 2025 20:47:24 +0100 Subject: Scripts/Spells: Implement evoker talent "Firestorm" (#30579) --- sql/updates/world/master/2025_01_13_05_world.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/world/master/2025_01_13_05_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2025_01_13_05_world.sql b/sql/updates/world/master/2025_01_13_05_world.sql new file mode 100644 index 00000000000..9ed972b31e8 --- /dev/null +++ b/sql/updates/world/master/2025_01_13_05_world.sql @@ -0,0 +1,7 @@ +DELETE FROM `areatrigger_template` WHERE (`Id`=28714 AND `IsCustom`=0); +INSERT INTO `areatrigger_template` (`Id`, `IsCustom`, `Flags`, `VerifiedBuild`) VALUES +(28714, 0, 0, 58187); + +DELETE FROM `areatrigger_create_properties` WHERE (`Id`=24713 AND `IsCustom`=0); +INSERT INTO `areatrigger_create_properties` (`Id`, `IsCustom`, `AreaTriggerId`, `IsAreatriggerCustom`, `Flags`, `MoveCurveId`, `ScaleCurveId`, `MorphCurveId`, `FacingCurveId`, `AnimId`, `AnimKitId`, `DecalPropertiesId`, `SpellForVisuals`, `TimeToTargetScale`, `Shape`, `ShapeData0`, `ShapeData1`, `ShapeData2`, `ShapeData3`, `ShapeData4`, `ShapeData5`, `ShapeData6`, `ShapeData7`, `ScriptName`, `VerifiedBuild`) VALUES +(24713, 0, 28714, 0, 0, 0, 0, 0, 0, -1, 0, 0, NULL, 10000, 0, 10, 10, 0, 0, 0, 0, 0, 0, 'at_evo_firestorm', 58187); -- Spell: 369372 (Firestorm) -- cgit v1.2.3