From 84c13c2ab864691177b06cbf59197dd7aad5c136 Mon Sep 17 00:00:00 2001 From: "Johnny C. Lam" Date: Fri, 25 Apr 2014 20:57:05 +0000 Subject: [PATCH] Druid: Note that Healing Touch procs DoC for ferals. git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@1329 d5049fe3-3747-40f7-a4b5-f36d6801af5f --- scripts/ovale_druid_spells.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/ovale_druid_spells.lua b/scripts/ovale_druid_spells.lua index c0df1f0..1152578 100644 --- a/scripts/ovale_druid_spells.lua +++ b/scripts/ovale_druid_spells.lua @@ -71,7 +71,8 @@ Define(glyph_of_savagery 127540) Define(glyph_of_skull_bash 116216) Define(glyph_of_survival_instincts 114223) Define(healing_touch 5185) - SpellAddBuff(healing_touch dream_of_cenarius_caster_buff=1 talent=dream_of_cenarius_talent) + SpellAddBuff(healing_touch dream_of_cenarius_caster_buff=1 mastery=balance talent=dream_of_cenarius_talent) + SpellAddBuff(healing_touch dream_of_cenarius_melee_buff=1 mastery=feral talent=dream_of_cenarius_talent) SpellAddBuff(healing_touch predatory_swiftness_buff=0 ) Define(heart_of_the_wild 108292) SpellInfo(heart_of_the_wild cd=360) -- 1.7.9.5