aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorTeleqraph <nyrdeveloper@gmail.com>2022-02-06 16:19:25 +0100
committerGitHub <noreply@github.com>2022-02-06 16:19:25 +0100
commit3fa4c049193a756873be2bf49c1ce467c7396082 (patch)
treea3ac046c9082e0159100522ef055cb22fb6e9a0a /sql
parente5417e9ce747d92822538da77d32cf7d0f26ce8a (diff)
Scripts/Spells: Implemented Ashen Hallow script (#27682)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2022_02_06_00_world.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_02_06_00_world.sql b/sql/updates/world/master/2022_02_06_00_world.sql
new file mode 100644
index 00000000000..11eb4aa2ed9
--- /dev/null
+++ b/sql/updates/world/master/2022_02_06_00_world.sql
@@ -0,0 +1,7 @@
+DELETE FROM `areatrigger_template` WHERE (`IsServerSide`=0 AND `Id`=23072);
+INSERT INTO `areatrigger_template` (`Id`, `IsServerSide`, `Type`, `Flags`, `Data0`, `Data1`, `Data2`, `Data3`, `Data4`, `Data5`, `VerifiedBuild`) VALUES
+(23072, 0, 4, 0, 20, 20, 16, 16, 8, 8, 41488);
+
+DELETE FROM `areatrigger_create_properties` WHERE `Id`=19042;
+INSERT INTO `areatrigger_create_properties` (`Id`, `AreaTriggerId`, `MoveCurveId`, `ScaleCurveId`, `MorphCurveId`, `FacingCurveId`, `AnimId`, `AnimKitId`, `DecalPropertiesId`, `TimeToTarget`, `TimeToTargetScale`, `Shape`, `ShapeData0`, `ShapeData1`, `ShapeData2`, `ShapeData3`, `ShapeData4`, `ShapeData5`, `ScriptName`, `VerifiedBuild`) VALUES
+(19042, 23072, 0, 0, 0, 0, -1, 0, 0, 0, 30000, 4, 20, 20, 16, 16, 8, 8, 'areatrigger_pal_ashen_hallow', 41488);