aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorJeremy <Golrag@users.noreply.github.com>2025-06-05 23:28:55 +0200
committerGitHub <noreply@github.com>2025-06-05 23:28:55 +0200
commitec08da5b04ef7447a8453b4950e494a1017660aa (patch)
tree6606420bde429980e7b13939330870e5898dea8d /sql
parent346349a0405ce0fc77dd50b4e993034309a8a001 (diff)
Scripts/Spells: Fix warrior charge (#31017)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2025_06_05_00_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_06_05_00_world.sql b/sql/updates/world/master/2025_06_05_00_world.sql
new file mode 100644
index 00000000000..42f584daba3
--- /dev/null
+++ b/sql/updates/world/master/2025_06_05_00_world.sql
@@ -0,0 +1 @@
+DELETE FROM `spell_script_names` WHERE `spell_id`=218104 AND `ScriptName`='spell_warr_charge_effect';