aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorariel- <ariel-@users.noreply.github.com>2018-02-08 23:18:45 -0300
committerariel- <ariel-@users.noreply.github.com>2018-02-08 23:18:45 -0300
commit303efcf0e4ee9ce3cfe308a3d6aa2aece1aa39da (patch)
tree841b381c3fce1ff2d42585053ffe612cd3e35a1c /sql
parentb4c16971cb6ab912606df2a27774d7ef10c4c6bc (diff)
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
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2018_02_09_00_world_335.sql3
1 files changed, 3 insertions, 0 deletions
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');