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
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');