Mercurial > wow > mailopener
comparison Core.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 | d633bf82328b |
| children | 90d58723ac0a |
comparison
equal
deleted
inserted
replaced
| 28:54cf9c500889 | 29:d52e64bd048f |
|---|---|
| 383 self:Debug("MO_SERVER_SYNCED"); | 383 self:Debug("MO_SERVER_SYNCED"); |
| 384 | 384 |
| 385 -- Yell that we successfully synced with the server | 385 -- Yell that we successfully synced with the server |
| 386 self:SendMessage("MO_SERVER_SYNCED"); | 386 self:SendMessage("MO_SERVER_SYNCED"); |
| 387 | 387 |
| 388 if MailAddonBusy == MailOpener:GetName() then | |
| 389 MailAddonBusy = nil; | |
| 390 end | |
| 391 | |
| 388 -- This list is fresh | 392 -- This list is fresh |
| 389 freshList = true; | 393 freshList = true; |
| 390 mailboxEmptySoundPlayed = nil; | 394 mailboxEmptySoundPlayed = nil; |
| 391 | 395 |
| 392 -- Stop previous timer | 396 -- Stop previous timer |
