No longer stops trying to take mail after Inv Full #27


  • New
  • Patch
Closed
Assigned to dhedbor
  • RubioTwitch created this issue Aug 6, 2016

    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

  • RubioTwitch added the tags New Patch Aug 6, 2016
  • DHedbor posted a comment Sep 17, 2019

    FIxing this.

  • DHedbor closed issue Sep 17, 2019

To post a comment, please login or register a new account.