aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/world/master
diff options
context:
space:
mode:
authorJeremy <Golrag@users.noreply.github.com>2025-06-02 22:16:30 +0200
committerGitHub <noreply@github.com>2025-06-02 22:16:30 +0200
commit27ff4ebfd3c7cc60ceb4438797f23100b9f12f30 (patch)
tree2ee10b172590fb55215e02496f1e0f003c6ad72d /sql/updates/world/master
parentf9c9a28d4ed2e5980309be33f6b00ad5475307bd (diff)
Scripts/Spells: Fix Shockwave and implement Rumbling Earth talent (#31020)
Diffstat (limited to 'sql/updates/world/master')
-rw-r--r--sql/updates/world/master/2025_06_02_01_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_06_02_01_world.sql b/sql/updates/world/master/2025_06_02_01_world.sql
new file mode 100644
index 00000000000..8713319a098
--- /dev/null
+++ b/sql/updates/world/master/2025_06_02_01_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_warr_rumbling_earth';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(46968,'spell_warr_rumbling_earth');