diff options
| author | Teleqraph <nyrdeveloper@gmail.com> | 2022-07-16 16:27:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-16 16:27:20 +0200 |
| commit | 7e022056937bd1939759449c4b982efde705945b (patch) | |
| tree | 9ad9d939f068756d3dcced92ca7930e63d4b609d /sql | |
| parent | 2358e51182916d62a300027f6e14f1f566743f49 (diff) | |
Scripts/Spells: Fixed Halo (Priest talent) (#28113)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2022_07_16_07_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_07_16_07_world.sql b/sql/updates/world/master/2022_07_16_07_world.sql new file mode 100644 index 00000000000..dfff560f83a --- /dev/null +++ b/sql/updates/world/master/2022_07_16_07_world.sql @@ -0,0 +1,3 @@ +UPDATE `areatrigger_template` SET `Data1`=40, `VerifiedBuild`=44325 WHERE (`Id`=3921 AND `IsServerSide`=0); + +UPDATE `areatrigger_create_properties` SET `TimeToTargetScale`=2150, `ShapeData1`=40, `ScriptName`='areatrigger_pri_halo', `VerifiedBuild`=44325 WHERE `Id`=658; |
