What's new

V13 - Dungeon Grim Batol Heroic - Erudax

tallomax

Gold Supporter
MoP Premium
21
2016
5
Location
Italy
Dungeon: Grim Batol Heroic
Boss: Erudax
Problem: the spell Shadow Gale deals damage to everyone (10,000 damage per second + 50% every 3 seconds = wipe) even if in the center of the vortex created by the boss.
How it should work: must create a safe area in the center of the vortex where no damage is taken, only that it is outside the vortex eye must take the damage described above.
 
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (91087, 'spell_erudax_shadow_gale');

Run this in your database, fixes Erudax "Shadow Gale" on Heroic.
 
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (91087, 'spell_erudax_shadow_gale');

Run this in your database, fixes Erudax "Shadow Gale" on Heroic.

Thank you Damieninabox.
You're a great asset for Emucoach !
 
Back
Top