This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
one more Legion annoyance: on full mailbox, it never stops trying to get mail. The UI_ERROR_MESSAGE event gets an extra parameter now, and needs to throw it away.
At line 348, change:
function mod:UI_ERROR_MESSAGE(event, msg) -- prevent infinite loop when inventory is full
to:
function mod:UI_ERROR_MESSAGE(event, n, msg) -- prevent infinite loop when inventory is full
That solves the problem. Thanks again for a great addon!s
FIxing this.
To post a comment, please login or register a new account.