Mercurial > wow > mailopener
diff Modules/OpenAll.lua @ 29:d52e64bd048f v1.0.2
Moved previous fix to a more logic place in the code.
| author | Zerotorescue |
|---|---|
| date | Thu, 09 Sep 2010 22:15:41 +0200 |
| parents | ab08403f8316 |
| children | 90d58723ac0a |
line wrap: on
line diff
--- a/Modules/OpenAll.lua Thu Sep 09 22:11:46 2010 +0200 +++ b/Modules/OpenAll.lua Thu Sep 09 22:15:41 2010 +0200 @@ -604,15 +604,10 @@ inventoryFullSoundPlayed = nil; end - if MailAddonBusy == MailOpener:GetName() then - MailAddonBusy = nil; - end - -- Reset opener position MAIL_ITEM_INDEX = 0; -- Stopped opening, so allow to continue continue = true; - self:SetOpeningStatus(false); end
