mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
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
This commit is contained in:
3
sql/updates/world/3.3.5/2018_02_09_00_world_335.sql
Normal file
3
sql/updates/world/3.3.5/2018_02_09_00_world_335.sql
Normal file
@@ -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');
|
||||
Reference in New Issue
Block a user