- potential fix for user-reported runes error

This commit is contained in:
Parnic
2009-10-16 14:35:50 +00:00
parent c3c55c89fc
commit e824ce4857

View File

@ -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