mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
- potential fix for user-reported runes error
This commit is contained in:
@ -306,6 +306,9 @@ function Runes.prototype:UpdateRuneType(rune)
|
|||||||
end
|
end
|
||||||
|
|
||||||
function Runes.prototype:GetRuneTexture(runeName)
|
function Runes.prototype:GetRuneTexture(runeName)
|
||||||
|
if not runeName then
|
||||||
|
return ""
|
||||||
|
end
|
||||||
return "Interface\\PlayerFrame\\UI-PlayerFrame-DeathKnight-"..runeName
|
return "Interface\\PlayerFrame\\UI-PlayerFrame-DeathKnight-"..runeName
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user