diff options
| author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2025-07-12 14:30:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-12 14:30:01 +0200 |
| commit | 601bcc35b20143d1ae368ff2e7126d5320c1b3d5 (patch) | |
| tree | de87a60cf17eac071c82b6a175c16b44249b5e7c /sql | |
| parent | d6882ce9515a83925d1c71fa606e3d8c62e0e088 (diff) | |
Scripts/Spells: Implement mage talent Flame Patch (#31096)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2025_07_12_01_world.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_07_12_01_world.sql b/sql/updates/world/master/2025_07_12_01_world.sql new file mode 100644 index 00000000000..352601e5195 --- /dev/null +++ b/sql/updates/world/master/2025_07_12_01_world.sql @@ -0,0 +1,9 @@ +DELETE FROM `areatrigger_create_properties` WHERE (`IsCustom`=0 AND `Id` = 6122); +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 +(6122, 0, 10801, 0, 0, 0, 0, 0, 0, -1, 0, 0, NULL, 8000, 0, 4, 8, 8, 4, 4, 0.300000011920928955, 0.300000011920928955, 0, 0, 'at_mage_flame_patch', 61559); -- Spell: 205470 (Flame Patch) + +UPDATE `areatrigger_template` SET `VerifiedBuild`=61559 WHERE (`Id`=10801 AND `IsCustom`=0); + +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_mage_flame_patch'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(2120, 'spell_mage_flame_patch'); |
