fix(Scripts/ShadowLabyrinth): Murmur's Touch (#16600)

This commit is contained in:
Angelo Venturini 2023-06-21 23:12:23 -03:00 committed by GitHub
parent 4d3756262d
commit a62143e540
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 11 deletions

View file

@ -0,0 +1,4 @@
--
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_murmur_touch', 'spell_shockwave_knockback');
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(33686, 'spell_shockwave_knockback');