From 0eada1d7086985b759e10684966e3aefdd7eefe7 Mon Sep 17 00:00:00 2001 From: Teleqraph Date: Sun, 23 Apr 2023 19:47:39 +0200 Subject: 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. --- sql/updates/world/master/2023_04_23_01_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2023_04_23_01_world.sql (limited to 'sql/updates') 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'); -- cgit v1.2.3