Scripts/Spells: Implement evoker talent "Emerald Blossom" (#30574)

This commit is contained in:
Aqua Deus
2025-01-14 12:28:14 +01:00
committed by GitHub
parent a108933ce5
commit b4580e2b03
2 changed files with 47 additions and 0 deletions

View File

@@ -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');