fix(Scripts/ShadowLabyrinth): Murmur's Touch (#16600)
This commit is contained in:
parent
4d3756262d
commit
a62143e540
2 changed files with 17 additions and 11 deletions
|
|
@ -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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue