diff options
| author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2025-01-14 12:28:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-14 12:28:14 +0100 |
| commit | b4580e2b03eaaae70167068512733b5fcd4c1744 (patch) | |
| tree | f9cf0c257dfa2d8a1646e17112814952f3154d9b /sql/updates | |
| parent | a108933ce54f3718f1687ad2e168f53778475ecc (diff) | |
Scripts/Spells: Implement evoker talent "Emerald Blossom" (#30574)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2025_01_14_02_world.sql | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_01_14_02_world.sql b/sql/updates/world/master/2025_01_14_02_world.sql new file mode 100644 index 00000000000..361cb303de8 --- /dev/null +++ b/sql/updates/world/master/2025_01_14_02_world.sql @@ -0,0 +1,11 @@ +DELETE FROM `areatrigger_template` WHERE (`Id`=27633 AND `IsCustom`=0); +INSERT INTO `areatrigger_template` (`Id`, `IsCustom`, `Flags`, `VerifiedBuild`) VALUES +(27633, 0, 0, 58187); + +DELETE FROM `areatrigger_create_properties` WHERE (`Id`=23318 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 +(23318, 0, 27633, 0, 0, 0, 0, 0, 0, -1, 0, 0, NULL, 1500, 0, 3, 3, 0, 0, 0, 0, 0, 0, 'at_evo_emerald_blossom', 58187); -- Spell: 355913 (Emerald Blossom) + +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_evo_emerald_blossom_heal'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(355916, 'spell_evo_emerald_blossom_heal'); |
