We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c953f3 commit c8f84ccCopy full SHA for c8f84cc
1 file changed
Core.lua
@@ -381,7 +381,6 @@ function MoreTooltipInfo.GetDPS(itemLink,itemID,tooltip)
381
if MoreTooltipInfo.Data.ItemDPS[itemID] then
382
local itemData = MoreTooltipInfo.Data.ItemDPS[itemID]
383
local itemlevel = IUI:GetUpgradedItemLevel(itemLink) or 0
384
- print(itemlevel,specID,classID)
385
if itemlevel and specID and classID then
386
if itemData[classID] and itemData[classID][specID] and itemData[classID][specID][itemlevel] then
387
dps = MoreTooltipInfo.FormatSpace(itemData[classID][specID][itemlevel])
0 commit comments