Scripts/Monk: Surging Mist

* When glyphed and in stance will cast AOE ally selection heal
* Else, cast normal heal on Explicit target
This commit is contained in:
Kito
2016-06-18 20:34:45 +02:00
committed by Shauren
parent b4c83443e7
commit c5bad429e2
2 changed files with 51 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_monk_surging_mist';
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(116694,'spell_monk_surging_mist');