fix(Scripts/ZulGurub): Mandokir's Threatening Gaze. (#12095)
* fix(Scripts/ZulGurub: Mandokir's Threatening Gaze. Boss can melee attack while casting. Boss charges after the debuff run out. Guillotine is casted on hit rather than on launch. Properly coded Threatening Gaze Charge (with dot/hot exceptions) Whirlwind is removed during charge. Fixes #11748 * Update * missing * Update * Update. * Update. * Update. * Update. * Update.
This commit is contained in:
parent
255c5d8b72
commit
ea24a7b231
9 changed files with 166 additions and 23 deletions
|
|
@ -0,0 +1,4 @@
|
|||
--
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=24315;
|
||||
INSERT INTO `spell_script_names` VALUES
|
||||
(24315,'spell_threatening_gaze_charge');
|
||||
Loading…
Add table
Add a link
Reference in a new issue