WoWInterface SVN PhanxMod

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 41 to Rev 42
    Reverse comparison

Rev 41 → Rev 42

Mods.lua
93,7 → 93,7
hooksecurefunc("TradeSkillFrame_SetSelection", function(id)
for i = 1, GetTradeSkillNumReagents(id) do
local name, texture, needed, quantity = GetTradeSkillReagentInfo(id, i)
if name and tTexture then
if name and texture then
SetReagentCount(_G["TradeSkillReagent"..i], quantity, needed)
end
end