small improvement for refreshing of inbox

This commit is contained in:
Manuel Simon Hirsig
2016-12-01 18:58:03 +01:00
parent 6c086641c9
commit 0a64d7be3a
+1 -1
View File
@@ -191,7 +191,7 @@ function hook.InboxFrameItem_OnEnter()
GameTooltip:Show()
end
CreateFrame('Frame', InboxFrame):SetScript('OnUpdate', CheckInbox)
CreateFrame('Frame', InboxFrame):SetScript('OnUpdate', function() if not Inbox_opening then CheckInbox() end end)
function Inbox_Load()
MailItem1:SetPoint('TOPLEFT', InboxFrame, 'TOPLEFT', 48, -80)