aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2017-12-19 20:36:06 +0100
committerShauren <shauren.trinity@gmail.com>2017-12-19 20:36:06 +0100
commitdc4d05c8f26cadb57ebaee69b6a33603e982235b (patch)
treea71e5fdb5d195eec74a0e68445477be84b2571cb /sql
parente86a2c439aa2a032ce338d974dae1e5311bcb18f (diff)
Core/Spells: Removed outdated disengage script - it can be cast out of combat
Closes #19193
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2017_12_19_00_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_12_19_00_world.sql b/sql/updates/world/master/2017_12_19_00_world.sql
new file mode 100644
index 00000000000..e33545dea4b
--- /dev/null
+++ b/sql/updates/world/master/2017_12_19_00_world.sql
@@ -0,0 +1 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_hun_disengage';