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.
This commit is contained in:
Teleqraph
2023-04-23 19:47:39 +02:00
committed by GitHub
parent c7ff9a9083
commit 0eada1d708
2 changed files with 88 additions and 51 deletions

View File

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