Fix soulbound item sending #20


  • New
  • Defect
Open
Assigned to dhedbor
  • spiralofhope created this issue May 24, 2013

    Somewhere before 5.3, Bulk Mail started attempting to send soulbound items.

    I have very broad lists of items to send, and it's been including some but not all soulbound items. I'm not sure what to do to narrow down the issue though.

    gratuity:MultiFind(2, 5
    =>
    gratuity:MultiFind(2, 7
    

    and

    gratuity:Find(ITEM_BIND_ON_EQUIP, 2, 5
    =>
    gratuity:Find(ITEM_BIND_ON_EQUIP, 2, 7
    
  • spiralofhope added the tags New Defect May 24, 2013
  • spiralofhope edited description Mar 16, 2015
  • spiralofhope posted a comment May 19, 2018

    As of today, I think this is still relevant, though my notes say to do:

    gratuity:MultiFind(2, 5
    -->
    gratuity:MultiFind(3, 7

     and

    gratuity:Find(ITEM_BIND_ON_EQUIP, 2, 5
    -->
    gratuity:Find(ITEM_BIND_ON_EQUIP, 3, 7

     


    Edited May 19, 2018

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