Mercurial > wow > mailopener
comparison Modules/OpenAll.lua @ 1:6f17035de058
MO will now request a server refresh when mail opening has finished, ignoring the timer.
(Collected Module) Fixed the time spent to only be displayed if it is being tracked.
The inventory full sound will properly be played again when your bags change.
| author | Zerotorescue |
|---|---|
| date | Sun, 05 Sep 2010 17:02:19 +0200 |
| parents | 823e33465b6e |
| children | 57ba1593ac42 |
comparison
equal
deleted
inserted
replaced
| 0:823e33465b6e | 1:6f17035de058 |
|---|---|
| 189 end | 189 end |
| 190 | 190 |
| 191 function OpenAll:BAG_UPDATE() | 191 function OpenAll:BAG_UPDATE() |
| 192 -- If the bags are updated we should check if the inventory is full again | 192 -- If the bags are updated we should check if the inventory is full again |
| 193 inventoryFull = false; | 193 inventoryFull = false; |
| 194 -- Replay sound | |
| 195 inventoryFullSoundPlayed = nil; | |
| 194 end | 196 end |
| 195 | 197 |
| 196 function OpenAll:MAIL_INBOX_UPDATE() | 198 function OpenAll:MAIL_INBOX_UPDATE() |
| 197 local numItems, totalItems = GetInboxNumItems(); | 199 local numItems, totalItems = GetInboxNumItems(); |
| 198 | 200 |
