aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2025-02-10 15:33:31 +0100
committerGitHub <noreply@github.com>2025-02-10 15:33:31 +0100
commit5ace4d04e5a95463ae3212a569f5b55a00fb6b2c (patch)
treeae22a0b64a0ef6e51d8eb17e60087ec455ec7954 /sql
parentafbde8800a3c9f74c3427f26ade5fd662bef9435 (diff)
Scripts/Spells: Fix paladin talent "Wake of Ashes" stun on Undead and Demons (#30618)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2025_02_10_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_02_10_00_world.sql b/sql/updates/world/master/2025_02_10_00_world.sql
new file mode 100644
index 00000000000..dd9a1a169e1
--- /dev/null
+++ b/sql/updates/world/master/2025_02_10_00_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pal_wake_of_ashes';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(255937, 'spell_pal_wake_of_ashes');