Skip to content

Commit b21e42c

Browse files
committed
Fixed issue with wow classic.
1 parent cd8db50 commit b21e42c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

BulkMailInbox.lua

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,9 @@ function mod:OnEnable()
314314
self:RegisterEvent('PLAYER_ENTERING_WORLD')
315315
self:RegisterEvent('UI_ERROR_MESSAGE')
316316
self:RegisterEvent('MAIL_INBOX_UPDATE')
317-
self:RegisterEvent('PLAYER_INTERACTION_MANAGER_FRAME_HIDE')
318-
317+
if not _G.GetContainerItemInfo then
318+
self:RegisterEvent('PLAYER_INTERACTION_MANAGER_FRAME_HIDE')
319+
end
319320
-- Handle being LoD loaded while at the mailbox
320321
if MailFrame:IsVisible() then
321322
self:MAIL_SHOW()

0 commit comments

Comments
 (0)