aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2025-02-15 20:04:52 +0100
committerGitHub <noreply@github.com>2025-02-15 20:04:52 +0100
commite423e5e04a4adf82d21e3da13c66b42a92f81867 (patch)
treeae98b193f9dae47412eeded073c2dda8ba22749b /sql
parent8f2bf26969ea35ef6ac3230b8a9832722b79504d (diff)
Scripts/Spells: Implement paladin talent "Justicar's Vengeance" damage bonus on stunned targets (#30614)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2025_02_15_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_02_15_00_world.sql b/sql/updates/world/master/2025_02_15_00_world.sql
new file mode 100644
index 00000000000..8d96841fc67
--- /dev/null
+++ b/sql/updates/world/master/2025_02_15_00_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pal_justicars_vengeance';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(215661, 'spell_pal_justicars_vengeance');