mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40: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
|
||||
|
||||
function Runes.prototype:GetRuneTexture(runeName)
|
||||
if not runeName then
|
||||
return ""
|
||||
end
|
||||
return "Interface\\PlayerFrame\\UI-PlayerFrame-DeathKnight-"..runeName
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user