aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2022-07-03 18:01:29 +0200
committerGitHub <noreply@github.com>2022-07-03 18:01:29 +0200
commit19a627b23ee2fb00d48fdf24fbdcefeae775455e (patch)
tree10ae8c74a12b30747c0e6e250db6eb7b16200026 /sql
parentebf1b6eb5cbfd1dc8f1b0d26c29ae1423784cabb (diff)
Scripts/Spells: Fix damage on primart target of mage talent Supernova (#28061)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2022_07_03_01_world_mage_supernova.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_07_03_01_world_mage_supernova.sql b/sql/updates/world/master/2022_07_03_01_world_mage_supernova.sql
new file mode 100644
index 00000000000..8ee80f0f6f4
--- /dev/null
+++ b/sql/updates/world/master/2022_07_03_01_world_mage_supernova.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `spell_id` = 157980;
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(157980, 'spell_mage_supernova');