mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
Drycode attempt to fix reported issue 278
This should only happen on a Classic client with LibClassicCasterino installed and a specific type of spell event fires
This commit is contained in:
@ -450,7 +450,7 @@ function IceCastBar.prototype:StartBar(action, message)
|
|||||||
self.actionDuration = 1 -- instants/failures
|
self.actionDuration = 1 -- instants/failures
|
||||||
end
|
end
|
||||||
|
|
||||||
if not (message) then
|
if not (message) and spell then
|
||||||
self.actionMessage = spell .. (self.moduleSettings.showSpellRank and self:GetShortRank(rank) or "")
|
self.actionMessage = spell .. (self.moduleSettings.showSpellRank and self:GetShortRank(rank) or "")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user