fix(Script/Spell): Vanish Purge behavior (#18127)

This commit is contained in:
Kitzunu 2024-01-07 16:03:53 +01:00 committed by GitHub
parent a1f924050f
commit 7a859da266
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 67 additions and 29 deletions

View file

@ -0,0 +1,6 @@
--
DELETE FROM `spell_script_names` WHERE `spell_id` = 18461 AND `ScriptName` = 'spell_rog_vanish_purge';
DELETE FROM `spell_script_names` WHERE `spell_id` = -1856 AND `ScriptName` = 'spell_rog_vanish';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(18461, 'spell_rog_vanish_purge'),
(-1856, 'spell_rog_vanish');