- Fixed a few more instances of using non-local vars named _

This commit is contained in:
Parnic
2012-08-30 04:23:24 +00:00
parent 771a2e88a0
commit 532f374d05
3 changed files with 5 additions and 6 deletions

View File

@ -334,6 +334,7 @@ function SliceAndDice.prototype:GetMaxBuffTime(numComboPoints)
end
local rank = 0
local _
if IceHUD.WowVer < 50000 then
_, _, _, _, rank = GetTalentInfo(impSndTalentPage, impSndTalentIdx)
end
@ -383,6 +384,7 @@ end
function SliceAndDice.prototype:GetItemIdFromItemLink(linkStr)
local itemId
local _
if linkStr then
_, itemId, _, _, _, _, _, _, _ = strsplit(":", linkStr)