mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
Removed an unused lib and made a workaround for SpellStatus quirk
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user