Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- GameTooltip:HookScript('OnTooltipSetItem', function(self)
- local _, link = self:GetItem()
- if link then
- local _, _, _, _, _, _, _, count = GetItemInfo(link)
- if count and count > 1 then
- self:AddDoubleLine('Stacks to:', count, 0, 1, 1, 1, 1, 1, 0)
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment