From 2b8dd3b5053d9bad61c5e880ae8ddf439ad5698e Mon Sep 17 00:00:00 2001 From: "Johnny C. Lam" Date: Wed, 10 Apr 2013 07:20:46 +0000 Subject: [PATCH] Fix ticket #236 - Fixes for Ovale priest default script Change the spell IDs of Halo and Divine Star to the shadow spec versions. Thanks to @napgravy for the fix. git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@899 d5049fe3-3747-40f7-a4b5-f36d6801af5f --- defaut/Pretre.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/defaut/Pretre.lua b/defaut/Pretre.lua index 6cdb77b..f38c7d2 100644 --- a/defaut/Pretre.lua +++ b/defaut/Pretre.lua @@ -16,8 +16,9 @@ Define(dispersion 47585) Define(divine_insight_shadow 124430) SpellInfo(divine_insight_shadow duration=12 ) SpellAddBuff(divine_insight_shadow divine_insight_shadow=1) -Define(divine_star 110745) -Define(halo 120644) +Define(divine_star 110744) + SpellInfo(divine_star cd=15 ) +Define(halo 120517) SpellInfo(halo duration=5.5 cd=40 ) Define(inner_fire 588) SpellAddBuff(inner_fire inner_fire=1) -- 1.7.9.5