Mercurial > wow > itemauditor
diff Modules/Events.lua @ 150:47885ba83d38 Release 2010-10-30
Removed some debugging code that caused characters on your own account to use the cross-account mail.
Addes support GnomeWorks and ATSW queues.
author | Asa Ayers <Asa.Ayers@Gmail.com> |
---|---|
date | Mon, 18 Oct 2010 19:25:44 -0700 |
parents | 03e108d12ef1 |
children | 091bae7bfca0 |
line wrap: on
line diff
--- a/Modules/Events.lua Sat Oct 16 07:36:11 2010 -0700 +++ b/Modules/Events.lua Mon Oct 18 19:25:44 2010 -0700 @@ -120,7 +120,6 @@ for character in pairs(DataStore:GetCharacters(realm, account)) do if strlower(recipient) == strlower(character) then destinationType = (account == 'Default') and 'same_account' or 'owned_account' - destinationType = 'owned_account' break end end