aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2025-05-24 19:21:55 +0200
committerGitHub <noreply@github.com>2025-05-24 19:21:55 +0200
commit7e896d6e426c676f254cc570097624bb70ac9baa (patch)
tree01079b2fe2e9679d53dd7f0287778c0ee61c07b7 /sql
parentecdd12ea6c0812fe2a57c98309ee782e7d20c633 (diff)
Scripts/Spells: Implement paladin talent Divine Auxiliary (#30984)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2025_05_24_01_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_05_24_01_world.sql b/sql/updates/world/master/2025_05_24_01_world.sql
new file mode 100644
index 00000000000..7b9cf7c6209
--- /dev/null
+++ b/sql/updates/world/master/2025_05_24_01_world.sql
@@ -0,0 +1,4 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pal_divine_auxiliary';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(343721, 'spell_pal_divine_auxiliary'),
+(343527, 'spell_pal_divine_auxiliary');