From ff889d08388acab9f273db5c1bd9c57a999258d7 Mon Sep 17 00:00:00 2001 From: Taracque Date: Fri, 1 Mar 2013 13:10:44 +0100 Subject: [PATCH] Wrong files were committed to 0.7.1, fixes the same thing. --- DKCrutch.lua | 9 ++++++--- DKCrutch.toc | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/DKCrutch.lua b/DKCrutch.lua index 50ac20a..8503cec 100755 --- a/DKCrutch.lua +++ b/DKCrutch.lua @@ -1,5 +1,5 @@ ------------------------------------------------------------------------------- --- DKCrutch 0.7.1 +-- DKCrutch 0.7.2 -- -- Death Knight rune tracker and ability advisor ------------------------------------------------------------------------------- @@ -8,7 +8,7 @@ DKCrutch = {Locals = {}} local L = DKCrutch.Locals -DKCrutch.versionNumber = '0.7.1' +DKCrutch.versionNumber = '0.7.2' DKCrutch.talent = "" DKCrutch.talentUnsure = true DKCrutch.DebugMode = false @@ -990,7 +990,10 @@ function DKCrutch:Update() DKCrutch.bloodFrame.texture:SetTexCoord(x / 4, (x / 4) + 0.25, y / 4, (y / 4) + 0.25); end else - DKCrutch.lastBloodCharge = 0; + if (DKCrutch.lastBloodCharge ~= 0) then + DKCrutch.lastBloodCharge = 0; + DKCrutch.bloodFrame.texture:SetTexCoord(0, 0.25, 0, 0.25); + end end end if (not DKCrutchDB.debuffDisabled) then diff --git a/DKCrutch.toc b/DKCrutch.toc index ccaea9d..77d7af7 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: 0.7.1 +## Version: 0.7.2 ## SavedVariables: DKCrutchDB ## OptionalDeps: ## Dependencies: -- 1.7.9.5