fix(Scripts/Magtheridon): Clicking cubes should Banish Magtheridon (#18856)
* init * rewrite without action * fix: add Talk(SAY_BANISH)
This commit is contained in:
parent
ab7405f94e
commit
0dc822d21e
2 changed files with 37 additions and 18 deletions
|
|
@ -0,0 +1,3 @@
|
|||
--
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` = 30166;
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (30166, 'spell_magtheridon_shadow_grasp_visual');
|
||||
Loading…
Add table
Add a link
Reference in a new issue