From 3d2eb898a975bac90a34a25efc0d46c16c4c99d8 Mon Sep 17 00:00:00 2001 From: iceroth Date: Mon, 25 Sep 2006 10:53:05 +0000 Subject: [PATCH] Removed an unused lib and made a workaround for SpellStatus quirk --- IceHUD.toc | 2 +- modules/CastBar.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/IceHUD.toc b/IceHUD.toc index ceb4bc8..b2dfa2f 100644 --- a/IceHUD.toc +++ b/IceHUD.toc @@ -3,7 +3,7 @@ ## Name: IceHUD ## Title: IceHUD |cff7fff7f -Ace2-|r ## Notes: Another HUD mod -## Version: 0.7 ($Revision$) +## Version: 0.7.1 ($Revision$) ## SavedVariables: IceCoreDB ## OptionalDeps: Ace2, DewdropLib, FuBar_ToFu, DruidBar, SoleManax, MobHealth, SpellStatusLib ## X-Category: UnitFrame diff --git a/modules/CastBar.lua b/modules/CastBar.lua index f9e0cfd..989c759 100644 --- a/modules/CastBar.lua +++ b/modules/CastBar.lua @@ -188,7 +188,7 @@ function CastBar.prototype:OnUpdate() return end - self:FlashBar("CastSuccess", 1-instanting, spellName .. spellRankShort) + self:FlashBar("CastSuccess", 1-instanting, (spellName or '') .. spellRankShort) return end