From dc4d05c8f26cadb57ebaee69b6a33603e982235b Mon Sep 17 00:00:00 2001 From: Shauren Date: Tue, 19 Dec 2017 20:36:06 +0100 Subject: Core/Spells: Removed outdated disengage script - it can be cast out of combat Closes #19193 --- sql/updates/world/master/2017_12_19_00_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/master/2017_12_19_00_world.sql (limited to 'sql') 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'; -- cgit v1.2.3