diff 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
line wrap: on
line diff
--- a/Modules/OpenAll.lua	Fri Sep 03 12:43:36 2010 +0200
+++ b/Modules/OpenAll.lua	Sun Sep 05 17:02:19 2010 +0200
@@ -191,6 +191,8 @@
 function OpenAll:BAG_UPDATE()
 	-- If the bags are updated we should check if the inventory is full again
 	inventoryFull = false;
+	-- Replay sound
+	inventoryFullSoundPlayed = nil;
 end
 
 function OpenAll:MAIL_INBOX_UPDATE()