mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-06 08:59:11 +01:00
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:
3
sql/updates/world/6.x/2016_06_23_02_world.sql
Normal file
3
sql/updates/world/6.x/2016_06_23_02_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user