From 5ced74cc480a07986aa504f1ab0a599675fb9f44 Mon Sep 17 00:00:00 2001 From: Taracque Date: Fri, 31 Oct 2014 14:41:10 +0100 Subject: [PATCH] DnD fixes, 1.0.2 --- DKCrutch.lua | 10 +++++----- DKCrutch.toc | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/DKCrutch.lua b/DKCrutch.lua index 57938db..1512054 100755 --- a/DKCrutch.lua +++ b/DKCrutch.lua @@ -1,5 +1,5 @@ ------------------------------------------------------------------------------- --- DKCrutch 1.0.1 +-- DKCrutch 1.0.2 -- -- Death Knight rune tracker and ability advisor ------------------------------------------------------------------------------- @@ -8,7 +8,7 @@ DKCrutch = {Locals = {}} local L = DKCrutch.Locals -DKCrutch.versionNumber = '1.0.1' +DKCrutch.versionNumber = '1.0.2' DKCrutch.talent = "" DKCrutch.talentUnsure = true DKCrutch.DebugMode = false @@ -745,7 +745,7 @@ function DKCrutch:AdviseBloodAbility() if (bbcd) and (bbcd<=1) then return "Blood Boil" end - local ddcd = DKCrutch:GetSpellCooldownRemaining(DKCrutch.SpellList["Outbreak"]) + local ddcd = DKCrutch:GetSpellCooldownRemaining(DKCrutch.SpellList["Death and Decay"]) if (ddcd) and (ddcd <= 1) and (DKCrutch.runesUp[2] > 0) then return "Death and Decay" end @@ -785,7 +785,7 @@ function DKCrutch:AdviseFrostAbilityDW() -- Frost DK DualWield priority end -- Death and Decay if AoE - local ddcd = DKCrutch:GetSpellCooldownRemaining(DKCrutch.SpellList["Outbreak"]) + local ddcd = DKCrutch:GetSpellCooldownRemaining(DKCrutch.SpellList["Death and Decay"]) if (DKCrutch.person["foeCount"]>1) then if (ddcd) and (ddcd <= 1) and (DKCrutch.runesUp[2] > 0) then return "Death and Decay" @@ -910,7 +910,7 @@ function DKCrutch:AdviseFrostAbility() end -- Death and Decay if AoE - local ddcd = DKCrutch:GetSpellCooldownRemaining(DKCrutch.SpellList["Outbreak"]) + local ddcd = DKCrutch:GetSpellCooldownRemaining(DKCrutch.SpellList["Death and Decay"]) if (DKCrutch.person["foeCount"]>1) then if (ddcd) and (ddcd <= 1) and (DKCrutch.runesUp[2] > 0) then return "Death and Decay" diff --git a/DKCrutch.toc b/DKCrutch.toc index 15b3abd..164af41 100755 --- a/DKCrutch.toc +++ b/DKCrutch.toc @@ -2,7 +2,7 @@ ## Title: DKCrutch ## Notes: Death Knight rune tracker and rotation helper ## Author: Taracque, Dšgrov‡s of Arathor -## Version: 1.0.1 +## Version: 1.0.2 ## SavedVariables: DKCrutchDB ## OptionalDeps: ## Dependencies: -- 1.7.9.5