Bank sorting error #12


  • New
  • Defect
Open
Assigned to wobin_dwonderdog
  • _ForgeUser1816 created this issue Dec 11, 2009

    What steps will reproduce the problem?
    1. Go to bank
    2. Open bank
    3. Sort bank

    What is the expected output? What do you see instead?

    What version of the product are you using?

    Do you have an error log of what happened?
    1x attempt to compare nil with table:
    <in C code>: in function `sort'
    MrPlow-10.1\PlowEngine.lua:736: in function `?'
    MrPlow-10.1\PlowEngine.lua:827: in function <MrPlow\PlowEngine.lua:813>

    Locals:
    (*temporary) = <table> {
    37 = <table> {}
    160 = <table> {}
    }
    (*temporary) = nil
    (*temporary) = <table> {
    itemName = "Glacial Salmon"
    itemRanking = 8
    itemEquipLoc = ""
    itemLevel = 70
    slot = 13
    Set = ""
    itemStackCount = 20
    bag = 7
    itemSubType = "Meat"
    itemRarity = 1
    itemMinLevel = 0
    itemID = "41809"
    itemType = "Trade Goods"
    itemTexture = "Interface\Icons\INV_Misc_Fish_51"
    itemArmWepRanking = 27
    itemLink = "|Hitem:41809:0:0:0:0:0:0:0:71[Glacial Salmon]"
    pos = 80
    }
    (*temporary) = nil

      ---

    If MrPlow is looping endlessly over a few items follow the instructions below:

    1. Take note of which items are being swapped. Be aware, that it will almost always involve at least 3 items at most times.
    2. use  /mp add [Blocky Item of Block][Womble cabbage of Frog][Fried Green Tomatoes] (use shift-click on the items)
    3. run /mp sort and copy/paste the resultant output to the ticket (after hitting /mp stop after it loops)
    4. note /mp watching and /mp clear will show what's being monitored and clear the list respectively.

    Please provide any additional information below.

  • _ForgeUser1816 added the tags New Defect Dec 11, 2009

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