mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- Round 1 of WoW 5.0 fixes.
This commit is contained in:
@ -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))
|
||||
|
||||
|
Reference in New Issue
Block a user