fix(Scripts/Magtheridon): Clicking cubes should Banish Magtheridon (#18856)

* init

* rewrite without action

* fix: add Talk(SAY_BANISH)
This commit is contained in:
Jelle Meeus
2024-05-04 16:56:48 +02:00
committed by GitHub
parent ab7405f94e
commit 0dc822d21e
2 changed files with 37 additions and 18 deletions

View File

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