From 303efcf0e4ee9ce3cfe308a3d6aa2aece1aa39da Mon Sep 17 00:00:00 2001 From: ariel- Date: Thu, 8 Feb 2018 23:18:45 -0300 Subject: Core/Spells: remove 'Vanish Purge' hack, the spell is present on DB and is copy of one in vanilla DBC Thanks to killerwife for the heads-up --- sql/updates/world/3.3.5/2018_02_09_00_world_335.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2018_02_09_00_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2018_02_09_00_world_335.sql b/sql/updates/world/3.3.5/2018_02_09_00_world_335.sql new file mode 100644 index 00000000000..6bb835c657e --- /dev/null +++ b/sql/updates/world/3.3.5/2018_02_09_00_world_335.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_rog_vanish'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(-11327, 'spell_rog_vanish'); -- cgit v1.2.3