WoWInterface SVN hankui

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /Interface/AddOns/hankui/feeds
    from Rev 16 to Rev 17
    Reverse comparison

Rev 16 → Rev 17

durability.lua
28,6 → 28,7
 
function object:OnTooltipShow()
local durability = EquippedDurability()
if durability == 1 then return end
self:AddLine(("Durability: |c%s%d%%|r\n "):format(colors["Red"]:GetBlend(colors["Green"], durability):GetHex(), durability * 100))
 
for i = 1, 18 do
dps.lua
22,7 → 22,7
elseif GetPrimaryTalentTree() == 3 then
return "hps"
else
for i = 7, 9 do
for i = GLYPH_ID_PRIME_1, GLYPH_ID_PRIME_3 do
local glyph = ({GetGlyphSocketInfo(i)})[4]
-- Check for Glyph of Savage Roar / Shred / Tiger's Fury
if glyph == 63055 or glyph == 54815 or glyph == 94390 then return "dps" end