- Round 1 of WoW 5.0 fixes.

This commit is contained in:
Parnic
2012-06-30 19:57:12 +00:00
parent d7e4bfbee2
commit b5350965a7
4 changed files with 27 additions and 6 deletions

View File

@ -333,7 +333,10 @@ function SliceAndDice.prototype:GetMaxBuffTime(numComboPoints)
maxduration = maxduration + glyphBonusSec
end
_, _, _, _, rank = GetTalentInfo(impSndTalentPage, impSndTalentIdx)
local rank = 0
if IceHUD.WowVer < 50000 then
_, _, _, _, rank = GetTalentInfo(impSndTalentPage, impSndTalentIdx)
end
maxduration = maxduration * (1 + (rank * impSndBonusPerRank))