Mercurial > wow > mailopener
comparison Modules/OpenAll.lua @ 39:b79bb7b449c3
Reworded the QuickAuctions automail status changer config options. (old: auto mailing, new: auto mail status)
Changelog rewording to make more sense.
| author | Zerotorescue |
|---|---|
| date | Sat, 11 Sep 2010 14:12:23 +0200 |
| parents | 90d58723ac0a |
| children | 8168280420ae |
comparison
equal
deleted
inserted
replaced
| 38:5dd069184eb9 | 39:b79bb7b449c3 |
|---|---|
| 593 function mod:StopOpening(simple) | 593 function mod:StopOpening(simple) |
| 594 -- Stop opener timer | 594 -- Stop opener timer |
| 595 self:CancelTimer(self.tmrMailOpener, true); | 595 self:CancelTimer(self.tmrMailOpener, true); |
| 596 | 596 |
| 597 if not simple then | 597 if not simple then |
| 598 -- A simple stop is an automated stop, an advance stop is one manually or after a sever sync | 598 -- A simple stop is an automated stop, an advanced stop is one manually or after a sever sync |
| 599 | 599 |
| 600 -- Recheck inventory full | 600 -- Recheck inventory full |
| 601 inventoryFull = false; | 601 inventoryFull = false; |
| 602 -- Replay sound | 602 -- Replay sound |
| 603 inventoryFullSoundPlayed = nil; | 603 inventoryFullSoundPlayed = nil; |
