We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd8db50 commit b21e42cCopy full SHA for b21e42c
BulkMailInbox.lua
@@ -314,8 +314,9 @@ function mod:OnEnable()
314
self:RegisterEvent('PLAYER_ENTERING_WORLD')
315
self:RegisterEvent('UI_ERROR_MESSAGE')
316
self:RegisterEvent('MAIL_INBOX_UPDATE')
317
- self:RegisterEvent('PLAYER_INTERACTION_MANAGER_FRAME_HIDE')
318
-
+ if not _G.GetContainerItemInfo then
+ self:RegisterEvent('PLAYER_INTERACTION_MANAGER_FRAME_HIDE')
319
+ end
320
-- Handle being LoD loaded while at the mailbox
321
if MailFrame:IsVisible() then
322
self:MAIL_SHOW()
0 commit comments