diff options
| author | Teleqraph <nyrdeveloper@gmail.com> | 2023-04-23 19:47:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-23 19:47:39 +0200 |
| commit | 0eada1d7086985b759e10684966e3aefdd7eefe7 (patch) | |
| tree | ad916c1f847bb3125913ec1f21c40c097750d16f /sql | |
| parent | c7ff9a9083fdb5aab1fe54b16ffd84851f99424d (diff) | |
Scripts/Spells Update Divine Star (#28923)
* update Divine Star's areatrigger to calculate its travel distance off from its effect 1 so that it always has support for its travel distance changes.
* update Divine Star's trigger spells to properly support both Divine Star for Shadow and Holy/Disc spec. It also offers support during Shadow Covenant aura for discipline priest.
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2023_04_23_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_04_23_01_world.sql b/sql/updates/world/master/2023_04_23_01_world.sql new file mode 100644 index 00000000000..7ca1406abd8 --- /dev/null +++ b/sql/updates/world/master/2023_04_23_01_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pri_divine_star_shadow'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(122121, 'spell_pri_divine_star_shadow'); |
